home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NEXT Generation 27
/
NEXT27.iso
/
pc
/
demos
/
emperor
/
dx3.exe
/
SDK
/
SAMPLES
/
MAKEALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-09-13
|
2KB
|
156 lines
@echo *
@echo *** Batch File to build examples with Visual C++
@echo *
cd fdfilter
nmake %1 retail
cd ..\scrawl
nmake %1 retail
cd ..\rockem
nmake %1 retail
cd ..\donuts
nmake %1 retail
cd ..\shadow
nmake %1 retail
cd ..\ddex1
nmake %1 retail
cd ..\ddex2
nmake %1 retail
cd ..\ddex3
nmake %1 retail
cd ..\ddex4
nmake %1 retail
cd ..\ddex5
nmake %1 retail
cd ..\donut
nmake %1 retail
cd ..\fastfile
nmake %1 retail
cd ..\palette
nmake %1 retail
cd ..\dsshow
nmake %1 retail
cd ..\dsshow3d
nmake %1 retail
cd ..\dsstream
nmake %1 retail
cd ..\mid2strm
nmake %1 retail
cd ..\mstream
nmake %1 retail
cd ..\dplaunch
nmake %1 retail
cd ..\duel
nmake %1 retail
cd ..\wormhole
nmake %1 retail
cd ..\stretch
nmake %1 retail
cd ..\memtime
nmake %1 retail
cd ..\dxview
nmake %1 retail
cd ..\ds3dview
nmake %1 retail
cd ..\flipcube
nmake %1 retail
cd ..\foxbear
nmake %1 retail
cd ..\flip2d
nmake %1 retail
cd ..\iklowns
nmake %1 retail
cd ..\setup
nmake %1 retail
cd ..\egg
nmake %1 retail
cd ..\faces
nmake %1 retail
cd ..\fly
nmake %1 retail
cd ..\globe
nmake %1 retail
cd ..\hier1
nmake %1 retail
cd ..\hier2
nmake %1 retail
cd ..\oct1
nmake %1 retail
cd ..\oct2
nmake %1 retail
cd ..\quat
nmake %1 retail
cd ..\sphere
nmake %1 retail
cd ..\tex1
nmake %1 retail
cd ..\tex3
nmake %1 retail
cd ..\tex4
nmake %1 retail
cd ..\tex5
nmake %1 retail
cd ..\trans
nmake %1 retail
cd ..\triangle
nmake %1 retail
cd ..\tunnel
nmake %1 retail
cd ..\twist
nmake %1 retail
cd ..\viewer
nmake %1 retail
cd ..\uvis
nmake %1 retail
cd ..