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.

104 lines
2.5 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. USE_MSVCRT=1
  17. DLLENTRY=_DllMainCRTStartup
  18. BUFFER_OVERFLOW_CHECKS=1
  19. TARGETNAME=compstui
  20. TARGETPATH=$(PROJECT_ROOT)\lib\$(_OBJ_DIR)
  21. TARGETTYPE=DYNLINK
  22. TARGETLIBS=\
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\gdi32.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(SDK_LIB_PATH)\msimg32.lib \
  28. $(SDK_LIB_PATH)\version.lib \
  29. $(SDK_LIB_PATH)\shlwapi.lib \
  30. $(SHELL_LIB_PATH)\shlwapip.lib \
  31. $(SHELL_LIB_PATH)\shfusion.lib \
  32. $(PROJECT_ROOT)\lib\$(PLATFORM_SUFFIX)\$(O)\psutil.lib \
  33. #
  34. # excluded since shfusion.lib is included
  35. #
  36. # $(SDK_LIB_PATH)\comctl32.lib \
  37. #
  38. PASS1_PUBLISH= \
  39. {$(DYNLINK_LIB)=$(DDK_LIB_DEST)\$(DYNLINK_LIBDIR)}
  40. EXPECTED_WINVER=4.0
  41. #
  42. # to avoid warnings about some symbols defined locally in
  43. # shfusion.lib, but at the same time defined as dllimport
  44. # in commctrl.h
  45. #
  46. LINKER_FLAGS=$(LINKER_FLAGS) -ignore:4049,4217
  47. #
  48. # Fusionized
  49. #
  50. SXS_ASSEMBLY_NAME=Microsoft.Windows.PrintScan.COMPSTUI
  51. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  52. SXS_MANIFEST=compstui.manifest
  53. SXS_MANIFEST_IN_RESOURCES=1
  54. SXS_MANIFEST_RESOURCE_ID=123
  55. SXS_NO_BINPLACE=1
  56. !IFNDEF MSC_WARNING_LEVEL
  57. MSC_WARNING_LEVEL=/W3
  58. !ENDIF
  59. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  60. INCLUDES=.; \
  61. $(SHELL_INC_PATH); \
  62. $(PROJECT_ROOT)\inc\psutil; \
  63. SOURCES=debug.c \
  64. help.c \
  65. validate.c \
  66. dlgctrl.c \
  67. resource.c \
  68. stdpage.c \
  69. proppage.c \
  70. image.c \
  71. treeview.c \
  72. compstui.c \
  73. convert.c \
  74. tvctrl.c \
  75. handle.c \
  76. apilayer.c \
  77. res.rc
  78. PRECOMPILED_INCLUDE=precomp.h
  79. PRECOMPILED_PCH=precomp.pch
  80. PRECOMPILED_OBJ=precomp.obj