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.

27 lines
662 B

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