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.

26 lines
601 B

  1. #
  2. # Common settings for comctl32
  3. #
  4. # Now the NT version have FE_IME etc. defined
  5. C_DEFINES = $(C_DEFINES) -DFE_IME -DDBCS -DWINDOWS_ME
  6. !if !defined(TARGET_WIN95)
  7. C_DEFINES = $(C_DEFINES) -DUSE_PRIVATE_VERSION_NUMBER
  8. !else
  9. C_DEFINES = $(C_DEFINES) -DUNICODE
  10. !endif
  11. C_DEFINES = $(C_DEFINES) -DUXCTRL_VERSION=0x0100
  12. # Turn structure validation ON in debug builds
  13. !if "$(FREEBUILD)" == "0"
  14. C_DEFINES = $(C_DEFINES) -DVSTF
  15. !endif
  16. USE_MSVCRT = 1
  17. !include $(CCSHELL_DIR)\common.inc
  18. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  19. MSC_WARNING_LEVEL=/W4