home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / CHILDREN.ISO / firework / maketc.bat < prev    next >
DOS Batch File  |  1989-08-26  |  201b  |  5 lines

  1. rem             Batch file to make explod.exe using Turbo C
  2. rem    You may have to change the paths in the tcc command to suit your setup
  3. masm /mx expa ;
  4. tcc -I\tc\inc -L\tc\lib explod.c expa.obj
  5.