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.

72 lines
2.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, 2000 Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  9. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. TARGETNAME=PolicMan
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. # The TARGETLIBS macro specifies additional libraries to link against your target
  14. # image. Each library path specification should contain an asterisk (*)
  15. # where the machine-specific subdirectory name should go.
  16. LINKLIBS= \
  17. $(COMDLLSV_LIB)
  18. TARGETLIBS= \
  19. $(WMIIDL_LIB) \
  20. $(STDLIBRARY_LIB) \
  21. $(WBEMCOMN_STATIC_LIB) \
  22. $(SDK_LIB_PATH)\netapi32.lib \
  23. $(SDK_LIB_PATH)\framedyn.lib \
  24. $(SDK_LIB_PATH)\activeds.lib \
  25. $(SDK_LIB_PATH)\adsiid.lib \
  26. $(SDK_LIB_PATH)\vccomsup.lib \
  27. $(SDK_LIB_PATH)\msvcrt.lib \
  28. $(SDK_LIB_PATH)\ole32.lib \
  29. $(SDK_LIB_PATH)\oleaut32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. $(SDK_LIB_PATH)\kernel32.lib \
  32. $(SDK_LIB_PATH)\user32.lib \
  33. $(SDK_LIB_PATH)\shell32.lib \
  34. $(SDK_LIB_PATH)\user32.lib \
  35. $(SDK_LIB_PATH)\gdi32.lib \
  36. $(SDK_LIB_PATH)\advapi32.lib \
  37. $(SDK_LIB_PATH)\mpr.lib
  38. # The INCLUDES variable specifies any include paths that are specific to
  39. # this source directory. Separate multiple paths with single
  40. # semicolons. Relative path specifications are okay.
  41. INCLUDES=$(INCLUDES); \
  42. $(WBEMCOMN_INC); \
  43. $(COMLIB_INC); \
  44. $(STDLIBRARY_INC); \
  45. $(SDK_INC_PATH)\atl30; \
  46. .\..
  47. # The developer defines the SOURCES macro. It contains a list of all the
  48. # source files for this component. Specify each source file on a separate
  49. # line using the line-continuation character. This minimizes merge
  50. # conflicts if two developers are adding source files to the same component.
  51. SOURCES= \
  52. resource.rc \
  53. SOM.cpp \
  54. PolicSOM.cpp \
  55. Policman.cpp \
  56. PolicStatus.cpp \
  57. ..\utility.cpp
  58. C_DEFINES=$(C_DEFINES) /DREGISTER_PROXY_DLL /D__wbemdisp_h__ /DUNICODE /D_UNICODE
  59. WIN32_WINNT_VERSION=0x0400
  60. USE_NATIVE_EH=ASYNC
  61. USE_MSVCRT=1
  62. USE_STL=1
  63. DLLENTRY=_DllMainCRTStartup
  64. NTDEBUGTYPE=both
  65. DLLDEF=$(O)\PolicMan.def