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.

80 lines
2.1 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMP=1
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. TARGETNAME=fwdprov
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. # The INCLUDES variable specifies any include paths that are specific to
  15. # this source directory. Separate multiple paths with single
  16. # semicolons. Relative path specifications are okay.
  17. INCLUDES=$(INCLUDES); \
  18. $(WBEMINT_INC); \
  19. $(WBEMCOMN_INC); \
  20. $(COMLIB_INC); \
  21. $(WMIMSG_INC); \
  22. $(STDLIBRARY_INC)
  23. # The developer defines the SOURCES macro. It contains a list of all the
  24. # source files for this component. Specify each source file on a separate
  25. # line using the line-continuation character. This minimizes merge
  26. # conflicts if two developers are adding source files to the same component.
  27. SOURCES= \
  28. localloc.cpp \
  29. fconsend.cpp \
  30. fconprov.cpp \
  31. fconsink.cpp \
  32. fconnspc.cpp \
  33. fevprov.cpp \
  34. fwdhdr.cpp \
  35. fwdmain.cpp \
  36. fwdprov.rc
  37. LINKLIBS= \
  38. $(COMDLLSV_LIB)
  39. TARGETLIBS= \
  40. $(WMIIDL_LIB) \
  41. $(WBEMINT_LIB) \
  42. $(WMIMSG_LIB) \
  43. $(STDLIBRARY_LIB) \
  44. $(WBEMCOMN_STATIC_LIB) \
  45. $(SDK_LIB_PATH)\kernel32.lib \
  46. $(SDK_LIB_PATH)\advapi32.lib \
  47. $(SDK_LIB_PATH)\ole32.lib \
  48. $(SDK_LIB_PATH)\oleaut32.lib \
  49. $(SDK_LIB_PATH)\uuid.lib \
  50. $(SDK_LIB_PATH)\user32.lib \
  51. $(SDK_LIB_PATH)\ws2_32.lib \
  52. $(SDK_LIB_PATH)\ntdsapi.lib \
  53. $(SDK_LIB_PATH)\Secur32.lib
  54. MISCFILES= \
  55. $(O)\fconprov.mof \
  56. $(O)\fconprov.mfl \
  57. $(O)\fevprov.mof \
  58. $(O)\fevprov.mfl
  59. NTTARGETFILE0= \
  60. $(O)\fconprov.mof \
  61. $(O)\fconprov.mfl \
  62. $(O)\fevprov.mof \
  63. $(O)\fevprov.mfl
  64. # Next, specify options for the compiler using C_DEFINES.
  65. C_DEFINES=$(C_DEFINES) /D__WINNT_BUILD__ /DUNICODE /D_UNICODE /DSECURITY_WIN32
  66. USE_NATIVE_EH=1
  67. USE_MSVCRT=1
  68. USE_STL=1
  69. DLLENTRY=_DllMainCRTStartup
  70. DLLDEF=$(O)\fwdprov.def