home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / OS2 / BSRCP240.ZIP / GO.CMD < prev    next >
Encoding:
Text File  |  1990-07-11  |  202 b   |  9 lines

  1. @Echo off
  2. Set TMP=D:\CTMP\
  3. Set DEBUG=.SNP
  4. if %1x==debugx Set DEBUG=.DBG
  5. if %1x==debugx Shift
  6. if %1x==allx if exist *.obj del *.obj >nul:
  7. if %1x==allx Shift
  8. make %1 %2 %3 /f makefile%DEBUG% all
  9.