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:
DOS Batch File  |  1996-03-09  |  239 b   |  11 lines

  1. @Echo Off
  2.  
  3. rem LOG=NO stops child makefiles from making $(OBJDIR)\$(PROJ).Log
  4.  
  5. set LOG=NO
  6. nmake -i >>samples.log
  7.  
  8. rem to make retail versions all of the samples uncomment the following line
  9.  
  10. rem nmake -i nodebug=1 >> samples.log
  11.