home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / fermiVogle.tar.Z / fermiVogle.tar / devel / buildbcc.bat < prev    next >
DOS Batch File  |  1996-02-07  |  253b  |  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.