Source code of Windows XP (NT5)
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.

20 lines
393 B

  1. CM_BUILD_ROOT=$(CM_ROOT)\build\$(_OBJ_DIR)
  2. INCLUDES=$(CM_ROOT)\inc;\
  3. $(CM_ROOT)\common\inc;\
  4. $(CM_ROOT)\common\source;\
  5. $(CM_ROOT)\common\strings;\
  6. $(CM_ROOT)\common\rc
  7. !if !$(FREEBUILD)
  8. C_DEFINES=$(C_DEFINES) -DDEBUG
  9. !endif
  10. !if "$(DEBUG_MEM)" == "1"
  11. DEBUG_MEM=1
  12. C_DEFINES=$(C_DEFINES) -DDEBUG_MEM
  13. !endif
  14. !if "$(EMULATE9x)" == "1"
  15. C_DEFINES=$(C_DEFINES) -DEMULATE9x
  16. !endif