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.

20 lines
594 B

  1. !INCLUDE $(PROJECT_ROOT)\cluster\Mgmt\sources.inc
  2. TARGETNAME=ClusCfgUuid
  3. TARGETPATH=obj
  4. TARGETTYPE=LIBRARY
  5. # prevent system headers from being included. They are not needed just to
  6. # process a bunch of DEFINE_GUIDs anyhow. Excluding them generates a much
  7. # smaller library too.
  8. #
  9. C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_\
  10. /D__RPCNDR_H__ /D__RPC_H__ /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H\
  11. /DGUID_DEFS_ONLY
  12. PASS1_PUBLISH={$(O)\ClusCfgUuid.lib=$(PROJECT_LIB_PATH)\ClusCfgUuid.lib}
  13. SOURCES=\
  14. ClusCfgServer_i.c \
  15. ClusCfgWizard_i.c \
  16. ClusCfgGuids.cpp