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.

90 lines
2.0 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIMFC=1
  9. WMIUNICODE=1
  10. WMIPRECOMP=1
  11. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  13. TARGETNAME=CMProps
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. TARGETLIBS= \
  17. $(WMIIDL_LIB) \
  18. $(MMFUTIL_LIB) \
  19. $(STDLIBRARY_LIB) \
  20. $(ATLUICOMMON_LIB)\
  21. $(UTILLIB_LIB) \
  22. $(SDK_LIB_PATH)\mmc.lib \
  23. $(SDK_LIB_PATH)\htmlhelp.lib \
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\comctl32.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\oleaut32.lib \
  29. $(SDK_LIB_PATH)\ole32.lib \
  30. $(SDK_LIB_PATH)\gdi32.lib \
  31. $(SDK_LIB_PATH)\uuid.lib \
  32. $(SDK_LIB_PATH)\shell32.lib \
  33. $(SDK_LIB_PATH)\comdlg32.lib \
  34. $(SDK_LIB_PATH)\shlwapi.lib
  35. INCLUDES=$(INCLUDES); \
  36. $(ATLUISNAPINS_INC); \
  37. $(ATLUICOMMON_INC); \
  38. $(WMIIDL_INC)
  39. SOURCES= \
  40. CMProps.rc \
  41. CMProps.idl \
  42. advanced.cpp \
  43. cmprops.cpp \
  44. cmsnapin.cpp \
  45. common.cpp \
  46. edtenvar.cpp \
  47. envPage.cpp \
  48. GeneralPage.cpp \
  49. NetIDPage.cpp \
  50. NetUtility.cpp \
  51. PerfPage.cpp \
  52. RebootPage.cpp \
  53. StartupPage.cpp \
  54. state.cpp \
  55. StdAfx.cpp \
  56. VirtualMemDlg.cpp
  57. # Next, specify options for the compiler using C_DEFINES.
  58. C_DEFINES=$(C_DEFINES) /DSNAPIN /DBUILDING_DLL /D_MSC_VER=1100
  59. WIN32_WINNT_VERSION=0x0501
  60. USE_NATIVE_EH=ASYNC
  61. USE_VCCOM=1
  62. USE_RTTI=1
  63. USE_MSVCRT=1
  64. USE_ATL=1
  65. ATL_VER=30
  66. DLLDEF=$(O)\CMProps.def
  67. #
  68. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  69. #
  70. SXS_ASSEMBLY_NAME=Microsoft.Windows.WMI.cmprops
  71. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  72. SXS_MANIFEST=cmprops.manifest
  73. SXS_MANIFEST_IN_RESOURCES=1
  74. SXS_NO_BINPLACE=1
  75. # the resource ID here must be 2
  76. SXS_MANIFEST_RESOURCE_ID=2
  77. # ISOLATION_AWARE_ENABLED ==> use ui themes
  78. C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED