home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / BUILDOS2.CMD < prev    next >
OS/2 REXX Batch file  |  2000-02-11  |  423b  |  19 lines

  1. cd src
  2. make -fmakefile.os2
  3. if errorlevel 1 goto end
  4. cd ..\examples\os2pm
  5. make -fmakefile.os2
  6. if errorlevel 1 goto end
  7. goto end
  8.  
  9. REM  Borland C++ for OS/2 doesn't compile h2v.c correctly so we can't
  10. REM  make the Hershey fonts through OS/2.
  11. pause
  12. if "%2" == "nofonts" goto end
  13. cd ..\..\hershey\src
  14. make -fmakefile.os2
  15. if errorlevel 1 goto end
  16. md c:\lib\hershey
  17. mkfnts c:\lib\hershey
  18. :end
  19.