GloblMak.Mak
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

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