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.

113 lines
3.0 KiB

  1. # before changing the DLL name, resolve the references in applib\domthred.cxx
  2. TARGETNAME=smlogcfg
  3. TARGETPATH=obj
  4. TARGETTYPE=DYNLINK
  5. DLLENTRY=_DllMainCRTStartup
  6. UMTYPE=windows
  7. C_DEFINES = -DUNICODE
  8. #
  9. # Shfusion.lib causes linker warnings. Ignore them.
  10. #
  11. LINKER_FLAGS=$(LINKER_FLAGS) -ignore:4049,4217
  12. #
  13. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  14. #
  15. SXS_ASSEMBLY_NAME=Microsoft.Windows.Perfmon.Smlogcfg
  16. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  17. SXS_MANIFEST=smlogcfg.manifest
  18. SXS_MANIFEST_IN_RESOURCES=1
  19. SXS_NO_BINPLACE=1
  20. # the resource ID here must be 2
  21. SXS_MANIFEST_RESOURCE_ID=2
  22. # ISOLATION_AWARE_ENABLED ==> use ui themes
  23. C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
  24. #MSC_WARNING_LEVEL=/W4
  25. USE_MFCUNICODE=1
  26. USE_ATL=1
  27. USE_VCCOM=1
  28. TARGETLIBS=\
  29. $(SDK_LIB_PATH)\mmc.lib \
  30. $(SDK_LIB_PATH)\kernel32.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\oleaut32.lib \
  33. $(SDK_LIB_PATH)\ole32.lib \
  34. $(SDK_LIB_PATH)\advapi32.lib \
  35. $(SDK_LIB_PATH)\uuid.lib \
  36. $(SHELL_LIB_PATH)\shfusion.lib \
  37. $(SDK_LIB_PATH)\comdlg32.lib \
  38. $(SDK_LIB_PATH)\gdi32.lib \
  39. $(SDK_LIB_PATH)\shell32.lib \
  40. $(SDK_LIB_PATH)\wbemuuid.lib \
  41. $(SDK_LIB_PATH)\pdh.lib \
  42. ..\smlogsvc\$(O)\utils.obj \
  43. $(SDK_LIB_PATH)\odbc32.lib \
  44. $(SDK_LIB_PATH)\odbccp32.lib \
  45. $(SDK_LIB_PATH)\rpcrt4.lib \
  46. $(SDKTOOLS_LIB_PATH)\pdhp.lib \
  47. $(SDK_LIB_PATH)\uxtheme.lib \
  48. $(SHELL_LIB_PATH)\shlwapip.lib
  49. PASS0_HEADERDIR=$(O)
  50. PASS0_SOURCEDIR=$(O)
  51. MIDL_TLBDIR=$(O)
  52. INCLUDES= ..\..\..\activec\types\idl; \
  53. ..\common; \
  54. $(ADMIN_INC_PATH); \
  55. $(SHELL_INC_PATH); \
  56. $(SDKTOOLS_INC_PATH);
  57. PRECOMPILED_INCLUDE = stdafx.h
  58. PRECOMPILED_SOURCEFILE=stdafx.cpp
  59. PRECOMPILED_CXX = 1
  60. SOURCES=\
  61. smcfgmsg.mc \
  62. smlogcfg.idl \
  63. Cmponent.cpp \
  64. CompData.cpp \
  65. dialogs.CPP \
  66. DATAOBJ.CPP \
  67. GLOBALS.CPP \
  68. ipropbag.cpp \
  69. smlogcfg.cpp \
  70. smlogqry.cpp \
  71. smalrtq.cpp \
  72. alrtgenp.cpp \
  73. alrtactp.cpp \
  74. alrtcmdd.cpp \
  75. smctrqry.cpp \
  76. smtraceq.cpp \
  77. smnode.cpp \
  78. smrootnd.cpp \
  79. smlogs.cpp \
  80. smproppg.cpp \
  81. ctrsprop.cpp \
  82. provprop.cpp \
  83. fileprop.cpp \
  84. fileLogs.cpp \
  85. schdprop.cpp \
  86. tracprop.cpp \
  87. sqlprop.cpp \
  88. provdlg.cpp \
  89. newqdlg.cpp \
  90. enabldlg.cpp \
  91. warndlg.cpp \
  92. logwarnd.cpp \
  93. smtprov.cpp \
  94. smalrtsv.cpp \
  95. smctrsv.cpp \
  96. smtracsv.cpp \
  97. smabout.cpp \
  98. strnoloc.cpp \
  99. smlogcfg.rc