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.

31 lines
896 B

  1. #
  2. # Common makefile include for this project
  3. #
  4. # We don't define _ATL_MIN_CRT because we implement the functions ourselves
  5. # (crtfree.h).
  6. # Define _MERGE_PROXYSTUB to merge the proxy/stub code into the DLL
  7. #C_DEFINES = $(C_DEFINES) -D_MERGE_PROXYSTUB
  8. # Use the NT product version numbers
  9. USE_NT_PRODUCT_VER = 1
  10. # Turn structure validation ON in debug builds
  11. #
  12. !if "$(FREEBUILD)" == "0"
  13. C_DEFINES = $(C_DEFINES) -DVSTF
  14. !endif
  15. INCLUDES = $(INCLUDES);$(BASEDIR)\private\inc
  16. !include $(CCSHELL_DIR)\common.inc
  17. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  18. LINKER_FLAGS = $(LINKER_FLAGS) -MERGE:.CRT=.data
  19. CONDITIONAL_INCLUDES = $(CONDITIONAL_INCLUDES) \
  20. dlldata.c \
  21. shappmgr_p.c \
  22. statreg.h \
  23. statreg.cpp \