home *** CD-ROM | disk | FTP | other *** search
/ Software Recommendations - 1998 Season 1 / DNBCD4.iso / develop / tool / zip / UCFPE113.ZIP / MAKE.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-12-21  |  169 b   |  6 lines

  1. @echo off
  2. echo Compiling or something...
  3. c:\tasm\bin\tasm32 /ml /m3 /z /q stnpee
  4. c:\tasm\bin\tlink32 -x /Tpe /ap /c stnpee,stnpee,, import32.lib
  5. del *.obj
  6. del *.map