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.

83 lines
2.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIMFC=1
  9. WMIPRECOMP=1
  10. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. TARGETNAME=stdprov
  13. TARGETPATH=obj
  14. TARGETTYPE=DYNLINK
  15. # The TARGETLIBS macro specifies additional libraries to link against your target
  16. # image. Each library path specification should contain an asterisk (*)
  17. # where the machine-specific subdirectory name should go.
  18. TARGETLIBS= \
  19. $(WMIIDL_LIB) \
  20. $(WBEMINT_LIB) \
  21. $(WBEMCOMN_DLL_LIB) \
  22. $(ESSCLI_DLL_LIB) \
  23. $(STDLIBRARY_LIB) \
  24. $(COREPROX_LIB) \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\oleaut32.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\uuid.lib \
  29. $(SDK_LIB_PATH)\user32.lib \
  30. $(SDK_LIB_PATH)\advapi32.lib \
  31. $(SDK_LIB_PATH)\userenv.lib \
  32. $(SDK_LIB_PATH)\vccomsup.lib
  33. # The INCLUDES variable specifies any include paths that are specific to
  34. # this source directory. Separate multiple paths with single
  35. # semicolons. Relative path specifications are okay.
  36. INCLUDES=$(INCLUDES); \
  37. $(WBEMINT_INC); \
  38. $(WBEMCOMN_INC); \
  39. $(WMIIDL_INC); \
  40. $(STDLIBRARY_INC); \
  41. $(WBEMCORE_INC); \
  42. $(MC_INC); \
  43. $(WBEMESS_INC); \
  44. $(COREPROX_INC); \
  45. $(ESSCLI_INC)
  46. # The developer defines the SOURCES macro. It contains a list of all the
  47. # source files for this component. Specify each source file on a separate
  48. # line using the line-continuation character. This minimizes merge
  49. # conflicts if two developers are adding source files to the same component.
  50. SOURCES= \
  51. stdprov.rc \
  52. localloc.cpp \
  53. cfdyn.CPP \
  54. tstring.cpp \
  55. Counters.CPP \
  56. CVARIANT.CPP \
  57. dataconv.CPP \
  58. ENUMINST.CPP \
  59. General.CPP \
  60. impdyn.CPP \
  61. impdynp.CPP \
  62. Perfcach.CPP \
  63. indexcac.CPP \
  64. provperf.CPP \
  65. provreg.CPP \
  66. STDPROV.CPP \
  67. regmethods.cpp \
  68. regcrc.cpp \
  69. regereq.cpp \
  70. regeprov.cpp \
  71. crc32.cpp
  72. # Next, specify options for the compiler using C_DEFINES.
  73. C_DEFINES=$(C_DEFINES) /DBUILDING_DLL /D_WINDLL /D__WINNT_BUILD__ /D_UNICODE /DUNICODE
  74. WIN32_WINNT_VERSION=0x0500
  75. USER_C_FLAGS=/EHa
  76. DLLDEF=$(O)\stdprov.def