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.

97 lines
2.3 KiB

  1. !IF 0
  2. Module Name:
  3. sources.
  4. Abstract:
  5. This file specifies the target component being built and the list of
  6. sources files needed to build that component. Also specifies optional
  7. compiler switches and libraries that are unique for the component being
  8. built.
  9. !ENDIF
  10. MAJORCOMP=VSSUI
  11. MINORCOMP=VSSUI
  12. TARGETNAME=VSSUI
  13. TARGETPATH=..\bin\$(_OBJ_DIR)
  14. TARGETTYPE=DYNLINK
  15. UMTYPE= windows
  16. DLLDEF= vssui.def
  17. DLLENTRY= _DllMainCRTStartup
  18. C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
  19. USE_MFCUNICODE=1
  20. INCLUDES = $(SHELL_INC_PATH); ..\inc; ..\..\inc\derived
  21. USE_NATIVE_EH=1
  22. USE_MSVCRT=1
  23. USE_ATL=1
  24. ATL_VER=30
  25. USE_STL=1
  26. #
  27. # Shfusion.lib causes linker warnings. Ignore them.
  28. #
  29. LINKER_FLAGS=$(LINKER_FLAGS) -ignore:4049,4217
  30. #
  31. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  32. #
  33. SXS_ASSEMBLY_NAME=Microsoft.Windows.storage.vssui
  34. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  35. SXS_MANIFEST=vssui.manifest
  36. SXS_MANIFEST_IN_RESOURCES=1
  37. SXS_NO_BINPLACE=1
  38. # the resource ID here must be 2
  39. SXS_MANIFEST_RESOURCE_ID=2
  40. # ISOLATION_AWARE_ENABLED ==> use ui themes
  41. C_DEFINES = $(C_DEFINES) -DISOLATION_AWARE_ENABLED
  42. SOURCES= vssui.idl \
  43. msgcomm.mc \
  44. resource.rc \
  45. stdafx.cpp \
  46. vssui.cpp \
  47. snapext.cpp \
  48. shlext.cpp \
  49. vssprop.cpp \
  50. settings.cpp \
  51. hosting.cpp \
  52. remdlg.cpp \
  53. utils.cpp
  54. TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
  55. $(SDK_LIB_PATH)\user32.lib \
  56. $(SDK_LIB_PATH)\gdi32.lib \
  57. $(SDK_LIB_PATH)\comdlg32.lib \
  58. $(SHELL_LIB_PATH)\shfusion.lib \
  59. $(SHELL_LIB_PATH)\shlwapip.lib \
  60. $(SDK_LIB_PATH)\advapi32.lib \
  61. $(SDK_LIB_PATH)\shell32.lib \
  62. $(SDK_LIB_PATH)\ole32.lib \
  63. $(SDK_LIB_PATH)\oleaut32.lib \
  64. $(SDK_LIB_PATH)\uuid.lib \
  65. $(SDK_LIB_PATH)\odbc32.lib \
  66. $(SDK_LIB_PATH)\winspool.lib \
  67. $(SDK_LIB_PATH)\mmc.lib \
  68. $(DS_LIB_PATH)\netapi32p.lib \
  69. $(SDK_LIB_PATH)\mstask.lib \
  70. $(SDK_LIB_PATH)\mpr.lib \
  71. $(SDK_LIB_PATH)\wldap32.lib \
  72. $(SDK_LIB_PATH)\version.lib \
  73. $(SDK_LIB_PATH)\vss_uuid.lib \
  74. $(SDK_LIB_PATH)\vssapi.lib \
  75. $(SDK_LIB_PATH)\clusapi.lib \
  76. ..\lib\$(O)\tracing.lib \
  77. ..\lib\$(O)\cluster.lib \
  78. ..\lib\$(O)\registry.lib \
  79. $(SDK_LIB_PATH)\htmlhelp.lib \
  80. $(COM_LIB_PATH)\prvidl.lib