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.

58 lines
1.5 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPLATFORM=WIN2K
  9. WMIUNICODE=1
  10. WMIASLOCAL=FALSE
  11. WMIPRECOMP=1
  12. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  13. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  14. TARGETPATH=obj
  15. TARGETNAME=WmiPrvSS
  16. TARGETTYPE=LIBRARY
  17. # The INCLUDES variable specifies any include paths that are specific to
  18. # this source directory. Separate multiple paths with single
  19. # semicolons. Relative path specifications are okay.
  20. INCLUDES=$(INCLUDES); \
  21. include;\
  22. $(CONTAINER_INC); \
  23. $(CONTAINER_SRC); \
  24. $(NC_COMMON); \
  25. $(WBEMINT_INC);\
  26. $(COREPROX_INC);\
  27. $(WMIREPOSITIDL_INC); \
  28. $(STDLIBRARY_INC); \
  29. $(WBEMCOMN_INC); \
  30. # The developer defines the SOURCES macro. It contains a list of all the
  31. # source files for this component. Specify each source file on a separate
  32. # line using the line-continuation character. This minimizes merge
  33. # conflicts if two developers are adding source files to the same component.
  34. SOURCES=\
  35. ProvRegDeCoupled.cpp \
  36. DateTime.cpp \
  37. CGlobals.cpp \
  38. ProvRegInfo.cpp \
  39. ProvTree.cpp \
  40. ProvDnf.cpp \
  41. ProvObjectSink.cpp
  42. # Add the following to add DB verbose logging: '/DREP_VERBOSE_LOGGING'
  43. C_DEFINES=$(C_DEFINES) /D_WIN32_DCOM
  44. USE_NATIVE_EH=ASYNC
  45. USE_RTTI=1
  46. USE_MSVCRT=1
  47. USE_STL=1