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.

15 lines
310 B

  1. #
  2. # Common settings for comctl32
  3. #
  4. # Turn structure validation ON in debug builds
  5. !if "$(FREEBUILD)" == "0"
  6. C_DEFINES = $(C_DEFINES) -DVSTF
  7. !endif
  8. USE_MSVCRT = 1
  9. !include $(CCSHELL_DIR)\common.inc
  10. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  11. MSC_WARNING_LEVEL=/W4