arpctl.inc
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  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. # (either in crtfree.h or iert.lib).
  7. # Define _MERGE_PROXYSTUB to merge the proxy/stub code into the DLL
  8. #C_DEFINES       = $(C_DEFINES) -D_MERGE_PROXYSTUB
  9. # Use the NT product version numbers
  10. USE_NT_PRODUCT_VER = 1
  11.                   
  12. # Turn structure validation ON in debug builds
  13. #
  14. !if "$(FREEBUILD)" == "0"
  15. C_DEFINES       = $(C_DEFINES) -DVSTF       
  16. !endif
  17. !include $(CCSHELL_DIR)common.inc
  18. SOURCES_USED    =  $(SOURCES_USED) $(CCSHELL_DIR)common.inc
  19. LINKER_FLAGS    = $(LINKER_FLAGS) -MERGE:.CRT=.data
  20. CONDITIONAL_INCLUDES = 
  21.                   macocidl.h 
  22.                   version.h