home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
BUILDDJ.BAT
< prev
next >
Wrap
DOS Batch File
|
2000-02-11
|
205b
|
12 lines
cd src
make -fmakefile.dj %1
if errorlevel > 0 goto end
cd ..\hershey\src
make -fmakefile.dj %1
if errorlevel > 0 goto end
if "%1" == "" goto ex
:ex
cd ..\..\examples
make -fmakefile.dj %1
:end