home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / rotate / make.bat < prev    next >
DOS Batch File  |  1993-02-13  |  474b  |  14 lines

  1. tasm BWPRINT
  2. tasm ROTATE
  3. tlink ROTATE+BWPRINT
  4.  
  5. @echo off
  6. echo  Read this file (MAKE.BAT) for an explaination of it.
  7. rem     'tasm BWPRINT'  creates BWPRINT.OBJ
  8. rem     'tasm ROTATE'   creates ROTATE.OBJ
  9. rem     'tlink ROTATE+BWPRINT'  links together ROTATE.OBJ and BWPRINT.OBJ
  10. rem         note that the first OBJ file in the list is what the .EXE file
  11. rem         will be called.  If more .OBJ files were linked, the order would
  12. rem         not really matter.
  13.  
  14.