home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / LVL_EDIT / BSP11X / MAKE.BAT < prev    next >
DOS Batch File  |  1994-04-11  |  106b  |  6 lines

  1. REM Compiled with DJGPP v1.11
  2.  
  3. gcc -g -DGCC -DMSDOS -c bsp.c
  4. gcc -o bsp bsp.o -lsys -lm
  5. aout2exe bsp
  6.