home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / editor / bsp12x / make.bat < prev    next >
DOS Batch File  |  1994-10-26  |  237b  |  9 lines

  1. @echo off
  2. REM Compiled with DJGPP v1.11
  3. setlocal
  4. set time=%@TIME[%_time]
  5. gcc -c bsp.c -ffast-math -finline-functions -O2 -DGCC -DMSDOS
  6. gcc -o bsp bsp.o -lc -lm
  7. aout2exe bsp
  8. echo Compile took %@eval[%@TIME[%_time]-%time] seconds.
  9.