home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / 3DGPL 1.0 / CODE / DEMO / DEMO_GCC.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-06-08  |  313 b   |  10 lines  |  [TEXT/PCXT]

  1. copy ..\hardware\386-gcc\*.* ..\hardware
  2. gcc -c ../clipper/clipp-2d.c   
  3. gcc -c ../clipper/clipp-3d.c   
  4. gcc -c ../engine/eng-base.c   
  5. gcc -c ../graphics/grp-base.c   
  6. gcc -c ../graphics/grp-poly.c   
  7. gcc -c ../graphics/grp-text.c   
  8. gcc -c ../hardware/hardware.c
  9. gcc -c ../trans/trans-fx.c   
  10. gcc demo.c *.o -lm