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.

106 lines
2.6 KiB

  1. !IF 0
  2. Module Name:
  3. sources.
  4. Abstract:
  5. Windows Load Balancing Provider
  6. Sources file for building Windows Load Balancing Provider (wlbsprov.dll).
  7. This file specifies the target component being built and the list of
  8. sources files needed to build that component. Also specifies optional
  9. compiler switches and libraries that are unique for the component being
  10. built.
  11. Author:
  12. drbeck August 1999
  13. Revision History:
  14. !ENDIF
  15. TARGETNAME=wlbsprov
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. TARGETLIBS= \
  19. $(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\user32.lib \
  21. $(SDK_LIB_PATH)\advapi32.lib \
  22. $(SDK_LIB_PATH)\uuid.lib \
  23. $(SDK_LIB_PATH)\wbemuuid.lib \
  24. $(SDK_LIB_PATH)\oleaut32.lib \
  25. $(SDK_LIB_PATH)\ole32.lib \
  26. $(SDK_LIB_PATH)\ws2_32.lib \
  27. ..\api\$(O)\wlbsctrl.lib \
  28. ..\util\$(O)\wlbsutil.lib
  29. !IF "$(INTERNAL)"=="1"
  30. !MESSAGE *** WARNING - BUILDING INTERNAL VERSION ***
  31. C_DEFINES=$(C_DEFINES) -DINTERNAL
  32. !ENDIF
  33. C_DEFINES=$(C_DEFINES) -DUNICODE
  34. #-DWLBSAPI_INTERNAL_ONLY
  35. #
  36. # Define this to get preprocessor output (creates files with ".i" extension)
  37. #
  38. # USER_C_FLAGS=$(USER_C_FLAGS) -P
  39. #
  40. UNICODE=1
  41. UMENTRY=wmain
  42. DLLENTRY=_DllMainCRTStartup
  43. DLLDEF=WLBS_Prov.def
  44. MSC_WARNING_LEVEL=/W3 /WX
  45. 386_STDCALL=1
  46. USE_MSVCRT=1
  47. USE_STL=1
  48. USE_NATIVE_EH=1
  49. USE_VCCOM=1
  50. USE_ATL=1
  51. INCLUDES= ..\api;..\inc;
  52. SOURCES=ntrkcomm.cpp \
  53. WLBS_ClusClusSetting.cpp \
  54. WLBS_Cluster.cpp \
  55. WLBS_ClusterSetting.cpp \
  56. WLBS_DllMain.cpp \
  57. WLBS_MOFData.cpp \
  58. WLBS_Node.cpp \
  59. WLBS_NodeNodeSetting.cpp \
  60. WLBS_NodeSetPortRule.cpp \
  61. WLBS_NodeSetting.cpp \
  62. WLBS_ParticipatingNode.cpp \
  63. WLBS_PortRule.cpp \
  64. WLBS_ProvClassFac.cpp \
  65. WLBS_Provider.cpp \
  66. WLBS_Root.cpp \
  67. utils.cpp \
  68. ClusterWrapper.cpp \
  69. ControlWrapper.cpp \
  70. version.rc \
  71. opathlex.cpp \
  72. objpath.cpp \
  73. genlex.cpp \
  74. NTTARGETFILE0=$(O)\wlbsprov.mof $(O)\wlbsprov.mfl
  75. MISCFILES=$(O)\wlbsprov.mof $(O)\wlbsprov.mfl
  76. #
  77. # The following statement specifies the list of files to be preprocessed
  78. # for tracing macros. See http://coreos/tech/tracing/ for details.
  79. # The ini file tracewpp.ini explains to the preprocessor how to interpret
  80. # various trace macros, like LOG_CRIT.
  81. #
  82. RUN_WPP= $(SOURCES) -dll -ini:tracewpp.ini