home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MNUM416D.SZH / GO.CMD < prev    next >
OS/2 REXX Batch file  |  1991-02-05  |  323b  |  13 lines

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