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.

39 lines
926 B

  1. #
  2. # Common makefile include for this project
  3. #
  4. C_DEFINES = $(C_DEFINES) \
  5. -DMLUI_SUPPORT \
  6. -DMLUI_MESSAGEBOX
  7. # Turn structure validation ON in debug builds
  8. #
  9. !if "$(FREEBUILD)" == "0"
  10. C_DEFINES = $(C_DEFINES) \
  11. -DVSTF
  12. !endif
  13. # always expect the latest IE
  14. WIN32_IE_VERSION=$(LATEST_WIN32_IE_VERSION)
  15. # Do this to assure that we run on NT 4.0 and Win95, even with
  16. # NT5/Memphis headers.
  17. WIN32_WINNT_VERSION=0x0400
  18. WIN32_WIN95_VERSION=0x0400
  19. SUBSYSTEM_VERSION=4.00
  20. !if !defined(TARGET_WIN95)
  21. USE_NEW_COMMCTRL = 1
  22. !endif
  23. !if defined(USE_NEW_COMMCTRL)
  24. C_DEFINES = $(C_DEFINES) -DUXCTRL_VERSION=0x0100
  25. !endif
  26. # !include $(CCSHELL_DIR)\common.inc
  27. LINKER_FLAGS = $(LINKER_FLAGS) -MERGE:.CRT=.data
  28. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4217
  29. # SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc