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.

93 lines
2.0 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # byronc, coopp, keisuket, vlads
  7. #
  8. #Date:
  9. # 2-Feb-2000
  10. #
  11. #Module Name:
  12. # sources.inc
  13. #
  14. #Abstract:
  15. # This file specifies the target component being built and the list of
  16. # sources files needed to build that component. Also specifies optional
  17. # compiler switches and libraries that are unique for the component being
  18. # built.
  19. #
  20. # This directory builds
  21. # StillImage class installer
  22. #
  23. # ############################################################
  24. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  25. TARGETNAME=sti_ci
  26. TARGETTYPE=DYNLINK
  27. TARGETPATH=$(OBJ_DIR)
  28. TARGETEXT=dll
  29. DLLENTRY=_DllMainCRTStartup
  30. COFFBASE=usermode
  31. #
  32. # Make sure we pick up the latest versions of things
  33. #
  34. WIN32_WINNT_VERSION=$(LATEST_WIN32_WINNT_VERSION)
  35. #
  36. # Dynamically loading comctl32 through shfusion. Need to ignore "locally defined symbol imported" error
  37. #
  38. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  39. #
  40. # Includes
  41. #
  42. INCLUDES = $(INCLUDES);\
  43. $(BASEDIR)\public\internal\shell\inc;
  44. DLLDEF=..\sti_ci.def
  45. SOURCES= \
  46. ..\wizpage.cpp \
  47. ..\prevpg.cpp \
  48. ..\string.cpp \
  49. ..\nameit.cpp \
  50. ..\firstpg.cpp \
  51. ..\finalpg.cpp \
  52. ..\debug.cpp \
  53. ..\service.cpp \
  54. ..\util.cpp \
  55. ..\portsel.cpp \
  56. ..\exports.cpp \
  57. ..\device.cpp \
  58. ..\entry.cpp \
  59. ..\sti_ci.rc
  60. TARGETLIBS= $(TARGETLIBS) \
  61. $(SHELL_LIB_PATH)\shfusion.lib \
  62. $(SDK_LIB_PATH)\shell32.lib \
  63. $(SDK_LIB_PATH)\mscms.lib \
  64. $(SDK_LIB_PATH)\oldnames.lib \
  65. $(WIA_LIB_PATH)\stirt.lib \
  66. $(SDK_LIB_PATH)\wiaguid.lib
  67. PRECOMPILED_CXX=1
  68. PRECOMPILED_INCLUDE=..\precomp.h
  69. PRECOMPILED_PCH=precomp.pch
  70. PRECOMPILED_OBJ=precomp.obj
  71. #
  72. #
  73. # Fusion manifest
  74. #
  75. SXS_MANIFEST_RESOURCE_ID=123
  76. SXS_APPLICATION_MANIFEST=sti_ci.Manifest