home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / VP2SRC.ZIP / GO.CMD < prev    next >
OS/2 REXX Batch file  |  1991-04-10  |  285b  |  12 lines

  1. @Echo off
  2. Set DEBUG=.OS2
  3. Set TARGET=VP2
  4. if %1x==dosx Set DEBUG=.VP
  5. if %1x==dosx Set TARGET=VP
  6. if %1x==dosx Shift
  7. if %1x==debugx Set DEBUG=.DBG
  8. if %1x==debugx Shift
  9. if %1x==allx if exist *.obj del *.obj >nul:
  10. if %1x==allx Shift
  11. make %1 %2 %3 /f makefile%DEBUG% %TARGET%.EXE
  12.