Source code of Windows XP (NT5)
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.

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