home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / BUILDBCC.BAT < prev    next >
DOS Batch File  |  2000-02-11  |  266b  |  14 lines

  1. cd src
  2. make -fmakefile.tc
  3. if errorlevel > 0 goto end
  4. cd ..\examples
  5. make -fmakefile.tc
  6. if errorlevel > 0 goto end
  7. if "%2" == "nofonts" goto end
  8. cd ..\hershey\src
  9. make -fmakefile.tc
  10. if errorlevel > 0 goto end
  11. md c:\lib\hershey
  12. mkfnts c:\lib\hershey
  13. :end
  14.