home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NEXT Generation 27
/
NEXT27.iso
/
pc
/
demos
/
emperor
/
dx3.exe
/
SDK
/
SAMPLES
/
MAKEALLW.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-08-28
|
425b
|
19 lines
@echo *
@echo ***Batch File to build examples with WATCOM C/C++
@echo *
cd ddex1
wmake /f makefile.wat debug retail
cd ..\ddex2
wmake /f makefile.wat debug retail
cd ..\ddex3
wmake /f makefile.wat debug retail
cd ..\ddex4
wmake /f makefile.wat debug retail
cd ..\ddex5
wmake /f makefile.wat debug retail
cd ..\donut
wmake /f makefile.wat debug retail
cd ..\stretch
wmake /f makefile.wat debug retail
cd ..