home *** CD-ROM | disk | FTP | other *** search
/ D!Zone (Collector's Edition) / D_ZONE_CD.ISO / programs / editors / dmbsp / make.bat < prev    next >
DOS Batch File  |  1994-12-06  |  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.