home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sffdk10b.zip / sample / rexxcall / nmake.cmd next >
OS/2 REXX Batch file  |  2001-03-05  |  389b  |  17 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. '@cd oldlib'
  12. call nmake
  13. '@cd ..'
  14. '@icc -O+ -Oc+ -Ss+ -G5 -Ge- -Q+ -Gm+ -I..\..\h -B"/ST:327680 /NOE /E:2 /MAP /OPTF" ple_rexx.c ple_rexx.def oldlib\oldlib.lib rexx.lib'
  15.  
  16.  
  17.