home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / internet / makeall.bat next >
DOS Batch File  |  1997-09-15  |  239b  |  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.