home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / OS2MAZ.ZIP / COMPILE.CMD next >
OS/2 REXX Batch file  |  1992-03-06  |  196b  |  6 lines

  1. set include=d:\user\msc\include
  2. set lib=d:\user\msc\lib
  3. set tmp=d:\user\msc\work
  4. cl /AL /W3 /Gt /Zp /Lp -c os2maze.c
  5. link /STACK:8000 os2maze.obj,os2maze.exe,,c:\os2\doscalls.lib,os2maze.def
  6.