home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
BUILDOS2.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
2000-02-11
|
423b
|
19 lines
cd src
make -fmakefile.os2
if errorlevel 1 goto end
cd ..\examples\os2pm
make -fmakefile.os2
if errorlevel 1 goto end
goto end
REM Borland C++ for OS/2 doesn't compile h2v.c correctly so we can't
REM make the Hershey fonts through OS/2.
pause
if "%2" == "nofonts" goto end
cd ..\..\hershey\src
make -fmakefile.os2
if errorlevel 1 goto end
md c:\lib\hershey
mkfnts c:\lib\hershey
:end