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.

73 lines
2.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIUNICODE=1
  9. WMIPRECOMP=1
  10. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. ##################################################
  13. # Settings
  14. C_DEFINES=$(C_DEFINES) /D_MERGE_PROXYSTUB
  15. TARGETNAME=KrnlProv
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. PRECOMP=1
  19. # The INCLUDES variable specifies any include paths that are specific to
  20. # this source directory. Separate multiple paths with single
  21. # semicolons. Relative path specifications are okay.
  22. INCLUDES=$(INCLUDES) \
  23. $(WBEMINT_INC); \
  24. $(WBEMCOMN_INC); \
  25. $(ESSCLI_INC); \
  26. $(STDLIBRARY_INC); \
  27. $(NC_UTILS)
  28. # The TARGETLIBS macro specifies additional libraries to link against your target
  29. # image. Each library path specification should contain an asterisk (*)
  30. # where the machine-specific subdirectory name should go.
  31. TARGETLIBS= \
  32. $(WMIIDL_LIB) \
  33. $(NC_UTILS_LIB) \
  34. $(WBEMINT_LIB) \
  35. $(ESSCLI_STATIC_LIB) \
  36. $(WBEMCOMN_STATIC_LIB) \
  37. $(SDK_LIB_PATH)\wmip.lib \
  38. $(SDK_LIB_PATH)\rpcns4.lib \
  39. $(SDK_LIB_PATH)\rpcrt4.lib \
  40. $(SDK_LIB_PATH)\kernel32.lib \
  41. $(SDK_LIB_PATH)\advapi32.lib \
  42. $(SDK_LIB_PATH)\user32.lib \
  43. $(SDK_LIB_PATH)\oleaut32.lib \
  44. $(SDK_LIB_PATH)\ole32.lib \
  45. $(SDK_LIB_PATH)\uuid.lib \
  46. $(SDK_LIB_PATH)\libcpmt.lib \
  47. $(SDK_LIB_PATH)\vccomsup.lib
  48. # The developer defines the SOURCES macro. It contains a list of all the
  49. # source files for this component. Specify each source file on a separate
  50. # line using the line-continuation character. This minimizes merge
  51. # conflicts if two developers are adding source files to the same component.
  52. SOURCES= \
  53. KernelTraceProvider.cpp \
  54. krnlprov.cpp \
  55. krnlprov.idl \
  56. krnlprov.rc
  57. USE_NATIVE_EH=1
  58. USE_MSVCRT=1
  59. USE_ATL=1
  60. ATL_VER=30
  61. DLLENTRY=_DllMainCRTStartup
  62. DLLDEF=$(O)\krnlprov.def