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.

64 lines
1.4 KiB

  1. ############################################################################
  2. #
  3. # Copyright (c) 1999-2002 Microsoft Corporation, All Rights Reserved
  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. TARGETNAME=snmpsmir
  13. TARGETPATH=obj
  14. TARGETTYPE=DYNLINK
  15. LINKLIBS= \
  16. $(SNMP_MFC_LIB)
  17. TARGETLIBS= \
  18. $(FRAMEWORK_EXPT_LIB) \
  19. $(STDLIBRARY_LIB) \
  20. $(WMIIDL_LIB) \
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\advapi32.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\oleaut32.lib \
  25. $(SDK_LIB_PATH)\ole32.lib \
  26. $(SDK_LIB_PATH)\uuid.lib \
  27. INCLUDES=$(INCLUDES); \
  28. $(SNMP_SMIR_INC); \
  29. $(FRAMEWORK_EXPT_INC); \
  30. $(SNMP_MFC_INC); \
  31. $(WMIIDL_INC); \
  32. $(STDLIBRARY_INC); \
  33. SOURCES= \
  34. snmpsmir.rc \
  35. classfac.cpp \
  36. csmir.cpp \
  37. cthread.cpp \
  38. enum.cpp \
  39. handles.cpp \
  40. helper.cpp \
  41. maindll.cpp \
  42. smirevt.cpp \
  43. thread.cpp \
  44. bstring.cpp \
  45. evtcons.cpp
  46. MISCFILES= \
  47. snmpsmir.mof
  48. # Add the following to add DB verbose logging: '/DREP_VERBOSE_LOGGING'
  49. C_DEFINES=$(C_DEFINES) /D_WIN32_DCOM
  50. USE_MSVCRT=1
  51. DLLENTRY=_DllMainCRTStartup
  52. DLLDEF=$(O)\snmpsmir.def
  53. USE_RTTI=1
  54. USE_NATIVE_EH=ASYNC
  55. USE_VCCOM=1
  56. USE_STL=1