home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
4-Ever Doomed
/
4-everdoomedcypresssoftware1994.iso
/
utils
/
d1
/
bsp_v1_2
/
make.bat
< prev
next >
Wrap
DOS Batch File
|
1994-04-14
|
237b
|
9 lines
@echo off
REM Compiled with DJGPP v1.11
setlocal
set time=%@TIME[%_time]
gcc -c bsp.c -ffast-math -finline-functions -O2 -DGCC -DMSDOS
gcc -o bsp bsp.o -lc -lm
aout2exe bsp
echo Compile took %@eval[%@TIME[%_time]-%time] seconds.