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.

94 lines
2.1 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. ..\ptp.cpp \
  60. ..\sti_ci.rc
  61. TARGETLIBS= $(TARGETLIBS) \
  62. $(SHELL_LIB_PATH)\shfusion.lib \
  63. $(SDK_LIB_PATH)\shell32.lib \
  64. $(SDK_LIB_PATH)\mscms.lib \
  65. $(SDK_LIB_PATH)\oldnames.lib \
  66. $(WIA_LIB_PATH)\stirt.lib \
  67. $(SDK_LIB_PATH)\wiaguid.lib
  68. PRECOMPILED_CXX=1
  69. PRECOMPILED_INCLUDE=..\precomp.h
  70. PRECOMPILED_PCH=precomp.pch
  71. PRECOMPILED_OBJ=precomp.obj
  72. #
  73. #
  74. # Fusion manifest
  75. #
  76. SXS_MANIFEST_RESOURCE_ID=123
  77. SXS_APPLICATION_MANIFEST=sti_ci.Manifest