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.

96 lines
2.1 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=nlbmprov
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  19. INCLUDES= .; \
  20. ..\wmibase; \
  21. ..\inetcfg; \
  22. ..\nlbsprov; \
  23. ..\..\inc; \
  24. TARGETLIBS= \
  25. $(NET_LIB_PATH)\icmp.lib \
  26. $(SDK_LIB_PATH)\ole32.lib \
  27. $(SDK_LIB_PATH)\USER32.lib \
  28. $(SDK_LIB_PATH)\kernel32.lib \
  29. $(SDK_LIB_PATH)\iphlpapi.lib \
  30. $(SDK_LIB_PATH)\ws2_32.lib \
  31. $(SDK_LIB_PATH)\comctl32.lib \
  32. $(SDK_LIB_PATH)\setupapi.lib \
  33. $(SDK_LIB_PATH)\uuid.lib \
  34. $(SDK_LIB_PATH)\advapi32.lib \
  35. $(SDK_LIB_PATH)\wbemuuid.lib \
  36. $(SDK_LIB_PATH)\oleaut32.lib \
  37. $(SDK_LIB_PATH)\mprapi.lib \
  38. $(SDK_LIB_PATH)\framedyn.lib \
  39. ..\inetcfg\$(O)\nicbind.lib \
  40. ..\wmibase\$(O)\wmibase.lib \
  41. ..\nlbsprov\$(O)\nlbsprov.lib \
  42. ..\..\api\$(O)\wlbsctrl.lib \
  43. !IF "$(INTERNAL)"=="1"
  44. !MESSAGE *** WARNING - BUILDING INTERNAL VERSION ***
  45. C_DEFINES=$(C_DEFINES) -DINTERNAL
  46. !ENDIF
  47. DLLENTRY=_DllMainCRTStartup
  48. DLLDEF= nlbmprov.DEF
  49. MSC_WARNING_LEVEL=/W3 /WX
  50. 386_STDCALL=1
  51. USE_MSVCRT=1
  52. USE_STL=1
  53. USE_NATIVE_EH=ASYNC
  54. USE_VCCOM=1
  55. USE_ATL=1
  56. SOURCES= MAINDLL.CPP \
  57. new.cpp \
  58. updatecfg.cpp \
  59. cfgutils.cpp \
  60. MNLBProviderSetting.cpp \
  61. NlbsNic.CPP \
  62. version.rc
  63. NTTARGETFILE0=$(O)\nlbmprov.mof $(O)\nlbmprov.mfl
  64. MISCFILES=$(O)\nlbmprov.mof $(O)\nlbmprov.mfl
  65. #
  66. # The following statement specifies the list of files to be preprocessed
  67. # for tracing macros. See http://coreos/tech/tracing/ for details.
  68. # The ini file tracewpp.ini explains to the preprocessor how to interpret
  69. # various trace macros, like LOG_CRIT.
  70. #
  71. RUN_WPP= $(SOURCES) -dll -ini:tracewpp.ini