home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MSGDP206.SZH / GO.CMD < prev    next >
OS/2 REXX Batch file  |  1990-11-27  |  238b  |  10 lines

  1. @Echo off
  2. Set DEBUG=.OS2
  3. if %1x==debugx Set DEBUG=.DBG
  4. if %1x==dosx Set DEBUG=.DOS
  5. if %1x==debugx Shift
  6. if %1x==dosx Shift
  7. if %1x==allx if exist *.obj del *.obj >nul:
  8. if %1x==allx Shift
  9. d:\c\bin\make %1 %2 %3 /f makefile%DEBUG%
  10.