home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / activex / 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.