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.

90 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. ..\inc; \
  21. ..\..\inc;
  22. TARGETLIBS= \
  23. $(NET_LIB_PATH)\icmp.lib \
  24. $(SDK_LIB_PATH)\ole32.lib \
  25. $(SDK_LIB_PATH)\USER32.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\ws2_32.lib \
  28. $(SDK_LIB_PATH)\comctl32.lib \
  29. $(SDK_LIB_PATH)\setupapi.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. $(SDK_LIB_PATH)\advapi32.lib \
  32. $(SDK_LIB_PATH)\wbemuuid.lib \
  33. $(SDK_LIB_PATH)\oleaut32.lib \
  34. $(SDK_LIB_PATH)\mprapi.lib \
  35. $(SDK_LIB_PATH)\framedyn.lib \
  36. ..\..\util\$(O)\wlbsutil.lib \
  37. ..\cfgutillib\$(O)\cfgutil.lib
  38. !IF "$(INTERNAL)"=="1"
  39. !MESSAGE *** WARNING - BUILDING INTERNAL VERSION ***
  40. C_DEFINES=$(C_DEFINES) -DINTERNAL
  41. !ENDIF
  42. DLLENTRY=_DllMainCRTStartup
  43. DLLDEF= nlbmprov.DEF
  44. MSC_WARNING_LEVEL=/W3 /WX
  45. 386_STDCALL=1
  46. USE_MSVCRT=1
  47. USE_STL=1
  48. USE_NATIVE_EH=ASYNC
  49. USE_VCCOM=1
  50. USE_ATL=1
  51. SOURCES= MAINDLL.CPP \
  52. updatecfg.cpp \
  53. NlbsNic.CPP \
  54. nlbmprov.rc \
  55. log_msgs.mc
  56. NTTARGETFILE0=$(O)\nlbmprov.mof
  57. MISCFILES=$(O)\nlbmprov.mof
  58. #
  59. # The following statement specifies the list of files to be preprocessed
  60. # for tracing macros. See http://coreos/tech/tracing/ for details.
  61. # The ini file tracewpp.ini explains to the preprocessor how to interpret
  62. # various trace macros, like LOG_CRIT.
  63. # The "-gen..." is so that this will work on BOTH w2k and XP.
  64. #
  65. RUN_WPP= $(SOURCES) -dll -ini:tracewpp.ini -gen:{um-w2k.tpl}*.tmh