home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sffdk10b.zip / sample / rexxcall / oldlib / nmake.cmd < prev    next >
OS/2 REXX Batch file  |  2001-03-05  |  431b  |  16 lines

  1. /*
  2. ** Module   :MAKE.CMD
  3. ** Abstract :Make Oldlib
  4. **
  5. ** Copyright (C) Link Guard Solutions
  6. ** For conditions of distribution and use, see license in license.txt
  7. **
  8. ** Log: Fri  23/02/2001 Created
  9. **
  10. */
  11.  
  12. '@icc -O+ -Oc+ -Ss+ -G5 -Q+ -Gm+ -I..\..\..\h -B"/ST:327680 /NOE /E:2 /MAP /OPTF" -c oldlib.c config10.c write10.c init10.c'
  13. if rc = 0 then '@ilib /noi oldlib.lib oldlib.obj config10.obj write10.obj init10.obj'
  14.  
  15.  
  16.