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.
|
|
# # Common settings for comctl32 #
# Now the NT version have FE_IME etc. defined C_DEFINES = $(C_DEFINES) -DFE_IME -DDBCS
C_DEFINES = $(C_DEFINES) -DFONT_LINK
# Turn structure validation ON in debug builds # !if "$(FREEBUILD)" == "0" C_DEFINES = $(C_DEFINES) -DVSTF !endif
USE_LIBCMT = 1
!include $(CCSHELL_DIR)\common.inc
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
# we want to run on downlevel platforms WIN32_IE_VERSION=0x501 WIN32_WINNT_VERSION=0x0400 WIN32_WIN95_VERSION=0x0400 SUBSYSTEM_VERSION=4.00
|