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.

93 lines
2.1 KiB

  1. !IF 0
  2. Copyright (c) 1997-2000 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Galen Barbee (GalenB) 23-Mar-1998
  12. !ENDIF
  13. !INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
  14. MINORCOMP=MSClus
  15. TARGETNAME=msclus
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. UMTYPE=windows
  19. USE_MSVCRT=1
  20. USE_ATL=1
  21. USE_STL=1
  22. USE_NATIVE_EH=1
  23. DLLENTRY=_DllMainCRTStartup
  24. PRECOMPILED_INCLUDE=stdafx.h
  25. PRECOMPILED_CXX=1
  26. MIDL_FLAGS=-DMIDL_PASS
  27. MIDL_UUIDDIR=$(O)
  28. PASS0_SOURCEDIR=$(O)
  29. PASS0_HEADERDIR=$(O)
  30. MIDL_TLBDIR=$(O)
  31. INCLUDES=.;..\common;..\..\inc;..\..\inc\$(O)
  32. C_DEFINES=/DUNICODE /D_UNICODE /DWINVER=$(WINVER_VERSION)
  33. SOURCES=\
  34. MSClus.idl \
  35. MSClus.rc \
  36. ClusApp.cpp \
  37. ClusDisk.cpp \
  38. ClusKeys.cpp \
  39. ClusNetI.cpp \
  40. ClusNetW.cpp \
  41. ClusNode.cpp \
  42. ClusRes.cpp \
  43. ClusResG.cpp \
  44. ClusResT.cpp \
  45. Cluster.cpp \
  46. ClusterObject.cpp \
  47. MSClus.cpp \
  48. Partition.cpp \
  49. Property.cpp \
  50. PropertyValue.cpp \
  51. PropLsts.cpp \
  52. Version.cpp
  53. DLLBASE=0x7F220000
  54. TARGETLIBS=\
  55. $(SDK_LIB_PATH)\kernel32.lib \
  56. $(SDK_LIB_PATH)\advapi32.lib \
  57. $(SDK_LIB_PATH)\user32.lib \
  58. $(SDK_LIB_PATH)\ole32.lib \
  59. $(SDK_LIB_PATH)\oleaut32.lib \
  60. $(SDK_LIB_PATH)\uuid.lib \
  61. $(SDK_LIB_PATH)\netapi32.lib \
  62. $(SDK_LIB_PATH)\clusapi.lib \
  63. ..\common\$(O)\common.lib \
  64. ..\..\clusrtl\$(O)\clusrtl.lib
  65. # Copy the H and IDL and TLB files to the sdk directory
  66. PASS0_PUBLISH=\
  67. {MSClus.idl=$(SDK_INC_PATH)\MSClus.idl}\
  68. {$(O)\MSClus.h=$(SDK_INC_PATH)\MSClus.h}
  69. PASS1_PUBLISH=\
  70. {$(O)\MSClus.tlb=$(SDK_LIB_PATH)\MSClus.tlb}