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

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