home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / vopl.tar.Z / vopl.tar / vopl / buildtc.bat < prev    next >
DOS Batch File  |  1989-10-05  |  174b  |  11 lines

  1. echo off
  2. cd src
  3. echo Making VOPL library
  4. make -fmakefile.tc
  5. cd ..\examples
  6. echo Making C examples
  7. make -fmakefile.tc
  8. cd ..\gpp
  9. echo Making the GPP program
  10. make -fmakefile.tc
  11.