home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 27 / NEXT27.iso / pc / demos / emperor / dx3.exe / SDK / SAMPLES / MAKEALLW.BAT < prev    next >
DOS Batch File  |  1996-08-28  |  425b  |  19 lines

  1. @echo *
  2. @echo ***Batch File to build examples with WATCOM C/C++ 
  3. @echo *
  4. cd ddex1
  5. wmake /f makefile.wat debug retail
  6. cd ..\ddex2
  7. wmake /f makefile.wat debug retail
  8. cd ..\ddex3
  9. wmake /f makefile.wat debug retail
  10. cd ..\ddex4
  11. wmake /f makefile.wat debug retail
  12. cd ..\ddex5
  13. wmake /f makefile.wat debug retail
  14. cd ..\donut
  15. wmake /f makefile.wat debug retail
  16. cd ..\stretch
  17. wmake /f makefile.wat debug retail
  18. cd ..
  19.