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.

102 lines
2.3 KiB

  1. !IF 0
  2. Copyright (c) 1989 - 1991 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. 31-Aug-1995 Thu 14:11:59 updated -by- Daniel Chou (danielc)
  12. Created for the Common Property Sheet UI
  13. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  14. !ENDIF
  15. C_DEFINES=$(C_DEFINES) -DSTRICT -DUNICODE -DWIN32 -DWINVER=0x0500
  16. TARGETNAME=compstui
  17. TARGETPATH=$(PROJECT_ROOT)\lib
  18. TARGETTYPE=DYNLINK
  19. TARGETLIBS=\
  20. $(SDK_LIB_PATH)\user32.lib \
  21. $(SDK_LIB_PATH)\gdi32.lib \
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\advapi32.lib \
  24. $(SDK_LIB_PATH)\msimg32.lib \
  25. $(SDK_LIB_PATH)\version.lib \
  26. $(SDK_LIB_PATH)\shlwapi.lib \
  27. $(SHELL_LIB_PATH)\shlwapip.lib \
  28. $(SHELL_LIB_PATH)\shfusion.lib \
  29. $(PROJECT_ROOT)\lib\$(PLATFORM_SUFFIX)\*\psutil.lib \
  30. #
  31. # excluded since shfusion.lib is included
  32. #
  33. # $(SDK_LIB_PATH)\comctl32.lib \
  34. #
  35. PASS1_PUBLISH= \
  36. {$(DYNLINK_LIB)=$(DDK_LIB_DEST)\$(DYNLINK_LIBDIR)}
  37. EXPECTED_WINVER=4.0
  38. #
  39. # to avoid warnings about some symbols defined locally in
  40. # shfusion.lib, but at the same time defined as dllimport
  41. # in commctrl.h
  42. #
  43. LINKER_FLAGS=$(LINKER_FLAGS) -ignore:4049,4217
  44. #
  45. # Fusionized
  46. #
  47. SXS_ASSEMBLY_NAME=Microsoft.Windows.PrintScan.COMPSTUI
  48. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  49. SXS_MANIFEST=compstui.manifest
  50. SXS_MANIFEST_IN_RESOURCES=1
  51. SXS_MANIFEST_RESOURCE_ID=123
  52. SXS_NO_BINPLACE=1
  53. DLLENTRY=CommonPropSheetUI_DLLInit
  54. !IFNDEF MSC_WARNING_LEVEL
  55. MSC_WARNING_LEVEL=/W3
  56. !ENDIF
  57. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  58. INCLUDES=.; \
  59. $(SHELL_INC_PATH); \
  60. $(PROJECT_ROOT)\inc\psutil; \
  61. SOURCES=debug.c \
  62. help.c \
  63. validate.c \
  64. dlgctrl.c \
  65. resource.c \
  66. stdpage.c \
  67. proppage.c \
  68. image.c \
  69. treeview.c \
  70. compstui.c \
  71. convert.c \
  72. tvctrl.c \
  73. handle.c \
  74. apilayer.c \
  75. res.rc
  76. PRECOMPILED_INCLUDE=precomp.h
  77. PRECOMPILED_PCH=precomp.pch
  78. PRECOMPILED_OBJ=precomp.obj