home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / fermiVogle.tar.Z / fermiVogle.tar / devel / build.bat next >
DOS Batch File  |  1996-02-07  |  260b  |  14 lines

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