home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Special: HTML & Java
/
Chip-Special_1997-01_HTML-a-Java.bin
/
actvx31.sdk
/
coresdk
/
inetsdk
/
samples
/
makeall.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-03-09
|
239 b
|
11 lines
@Echo Off
rem LOG=NO stops child makefiles from making $(OBJDIR)\$(PROJ).Log
set LOG=NO
nmake -i >>samples.log
rem to make retail versions all of the samples uncomment the following line
rem nmake -i nodebug=1 >> samples.log