home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / globlmak.mak < prev    next >
Text File  |  1998-04-25  |  415b  |  12 lines

  1. ###############################################################################
  2. #   GloblMak.mak
  3. #
  4. #    A file that EVERY build makefile will include...
  5. ###############################################################################
  6.  
  7. #Bloodhound uses -DDEBUG, not DBG=1 to target debug builds...
  8. !IF "$(NTDEBUG)"=="ntsd" || "$(NTDEBUG)"=="cvp" || "$(NTDEBUG)"=="sym" 
  9. C_DEFINES=$(C_DEFINES) -DDEBUG
  10. !ENDIF
  11.  
  12.