home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / giantsrc / make.bat < prev    next >
Encoding:
DOS Batch File  |  1995-03-03  |  93 b   |  6 lines

  1. @Echo off
  2. tasm /m9 /ml /q GIANT.ASM
  3. if ERRORLEVEL 1 goto end
  4. tlink /t /x GIANT.OBJ
  5. :end
  6.