home *** CD-ROM | disk | FTP | other *** search
/ Home Edutainment Collection 4: Games & Extensions / Aztech-HomeEdutainmentCollection-Vol4-3DGamesExtensions.iso / bsp12x / make.bat < prev    next >
DOS Batch File  |  1994-04-14  |  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.