home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / avogl.tar.gz / avogl.tar / vogl / build.bat next >
DOS Batch File  |  1992-09-22  |  274b  |  14 lines

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