Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
451 B

  1. CPS_BUILD_ROOT=$(CPS_ROOT)\build\$(_OBJ_DIR)
  2. INCLUDES=$(CPS_ROOT)\inc;\
  3. $(CPS_ROOT)\inc\$(O);\
  4. $(PROJECT_ROOT)\rras\inc;\
  5. $(PROJECT_ROOT)\rras\ras\inc
  6. !if !$(FREEBUILD)
  7. C_DEFINES=$(C_DEFINES) -DDEBUG
  8. !endif
  9. !ifdef DEBUG_MEM
  10. C_DEFINES=$(C_DEFINES) -DDEBUG_MEM
  11. !endif
  12. !if "$(LOG_DEBUG_MESSAGE)" == "1"
  13. C_DEFINES=$(C_DEFINES) -D_LOG_DEBUG_MESSAGE
  14. !endif
  15. !if "$(USE_RTC)" == "1"
  16. C_DEFINES=$(C_DEFINES) /RTCcsu
  17. !endif