home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / pcutils / windows / 3dgpl / code / demo / demo_gcc.bat < prev    next >
Encoding:
DOS Batch File  |  1995-12-31  |  322 b   |  10 lines

  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