home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / BUILDDJ.BAT < prev    next >
DOS Batch File  |  2000-02-11  |  205b  |  12 lines

  1. cd src
  2. make -fmakefile.dj %1
  3. if errorlevel > 0 goto end
  4. cd ..\hershey\src
  5. make -fmakefile.dj %1
  6. if errorlevel > 0 goto end
  7. if "%1" == "" goto ex
  8. :ex
  9. cd ..\..\examples
  10. make -fmakefile.dj %1
  11. :end
  12.