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

  1. cd src\msfort
  2. make F=%1 makefile.msc
  3. if errorlevel > 0 goto end
  4. cd ..
  5. make F=%1 makefile.msc
  6. if errorlevel > 0 goto end
  7. make F=%1 fmakefil.msc
  8. if errorlevel > 0 goto end
  9. if "%2" == "nofonts" goto nof
  10. cd ..\hershey\src
  11. make makefile.msc
  12. if errorlevel > 0 goto end
  13. make fmakefil.msc
  14. if errorlevel > 0 goto end
  15. md c:\lib\hershey
  16. command /c mkfnts c:\lib\hershey
  17. cd ..\..\examples
  18. make F=%1 fmakefil.msc
  19. goto end
  20. :nof
  21. cd ..\examples
  22. make F=%1 fmakefil.msc
  23. if errorlevel > 0 goto end
  24. :end
  25.