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.

32 lines
710 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) -DFONT_LINK
  12. # Turn structure validation ON in debug builds
  13. #
  14. !if "$(FREEBUILD)" == "0"
  15. C_DEFINES = $(C_DEFINES) -DVSTF
  16. !endif
  17. USE_LIBCMT = 1
  18. !include $(CCSHELL_DIR)\common.inc
  19. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  20. # we want to run on downlevel platforms
  21. WIN32_IE_VERSION=0x501
  22. WIN32_WINNT_VERSION=0x0400
  23. WIN32_WIN95_VERSION=0x0400
  24. SUBSYSTEM_VERSION=4.00