home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / asm / 3dvect25 / make3d2.bat < prev    next >
Encoding:
DOS Batch File  |  1993-09-03  |  295 b   |  12 lines

  1. echo only uncomment the files you wish to assemble/change
  2. echo uncomment them all if this is the first assembley
  3.  
  4. rem tasm xmouse
  5. rem tasm xmode
  6.     tasm /m2 /kh10000 3d2 3d
  7. rem tasm /ml /m2 pmode.asm
  8.     tasm main2 main
  9. rem tasm irq
  10.  
  11. tlink /x /3 pmode xmode irq xmouse 3d main,main
  12.