home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / README.TC < prev    next >
Text File  |  2000-02-11  |  423b  |  15 lines

  1. TurboC users should note that TurboC defines a "poly" routine in "math.h"
  2. and that this sometimes conficts with our definition of "poly" in "vogle.h"
  3.  
  4. To Build everything using BorlandC++:
  5.  
  6.     buildbcc
  7.  
  8. To use TurboC then you will have to edit the following files:
  9.     src/Makefile.tc
  10.     hershey/src/Makefile.tc
  11.     examples/Makefile.tc
  12.  
  13. and change the line at the top CC = bcc to CC = tcc.
  14. Then run buildbcc as above.
  15.