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.

126 lines
3.3 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # byronc, coopp
  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. # wiaservc.lib - WIA Service Helper library for drivers...
  22. # wiaservc.dll - WIA Service dll housing WIA and STI server components
  23. #
  24. # ############################################################
  25. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  26. TARGETNAME=wiaservc
  27. TARGETPATH=$(OBJ_DIR)
  28. TARGETTYPE=DYNLINK
  29. DLLENTRY=_DllMainCRTStartup
  30. UMENTRY=winmain
  31. PASS1_PUBLISH= \
  32. {$(O)\wiaservc.lib=$(DDK_LIB_PATH)\wiaservc.lib}
  33. #
  34. # Compiler environment
  35. #
  36. USE_STATIC_ATL=1
  37. INCLUDES= \
  38. $(INCLUDES); \
  39. ..\..\rpc; \
  40. ..\..\rpc\$(O); \
  41. $(PROJECT_ROOT)\inc; \
  42. $(PROJECT_ROOT)\inc\psutil; \
  43. $(BASE_INC_PATH); \
  44. $(SHELL_INC_PATH); \
  45. $(TERMSRV_INC_PATH);
  46. PRECOMPILED_INCLUDE=..\precomp.h
  47. PRECOMPILED_CXX=1
  48. DLLDEF = ..\stisvc.src
  49. SOURCES= \
  50. ..\stismsg.mc \
  51. ..\wiadevman.cpp \
  52. ..\drvwrap.cpp \
  53. ..\handler.cpp \
  54. ..\wiagitm.cpp \
  55. ..\wiasvc.cpp \
  56. ..\lockmgr.cpp \
  57. ..\fstidev.cpp \
  58. ..\wiacfact.cpp \
  59. ..\wiatrans.cpp \
  60. ..\wiapsc.cpp \
  61. ..\ienumwfi.cpp \
  62. ..\iitem.cpp \
  63. ..\ipropitm.cpp \
  64. ..\globals.cpp \
  65. ..\stidev.cpp \
  66. ..\stiexe.cpp \
  67. ..\stisvc.cpp \
  68. ..\security.cpp \
  69. ..\conn.cpp \
  70. ..\monui.cpp \
  71. ..\debug.cpp \
  72. ..\rpcsupp.cpp \
  73. ..\util.cpp \
  74. ..\rpcsvr.cpp \
  75. ..\wndproc.cpp \
  76. ..\sched.cpp \
  77. ..\stirpc_server.c \
  78. ..\wiamain.cpp \
  79. ..\devinfo.cpp \
  80. ..\devmgr.cpp \
  81. ..\wiaevent.cpp \
  82. ..\idrvitem.cpp \
  83. ..\ienumitm.cpp \
  84. ..\callback.cpp \
  85. ..\wiaservc.cpp \
  86. ..\helpers.cpp \
  87. ..\ienumdc.cpp \
  88. ..\wiatree.cpp \
  89. ..\wiatiff.cpp \
  90. ..\extras.cpp \
  91. ..\AsyncRPCEventClient.cpp \
  92. ..\WiaEventClient.cpp \
  93. ..\WiaEventNotifier.cpp \
  94. ..\SimpleTokenReplacement.cpp \
  95. ..\sticfunc.c \
  96. ..\stimon.rc
  97. TARGETLIBS= \
  98. $(TARGETLIBS) \
  99. $(SDK_LIB_PATH)\winmm.lib \
  100. $(SDK_LIB_PATH)\userenv.lib \
  101. $(SDK_LIB_PATH)\comdlg32.lib \
  102. $(SDK_LIB_PATH)\wiaguid.lib \
  103. $(WIA_LIB_PATH)\stirt.lib \
  104. $(SDK_LIB_PATH)\mscms.lib \
  105. $(SHELL_LIB_PATH)\shguidp.lib \
  106. $(TERMSRV_LIB_PATH)\syslib.lib \
  107. $(SDK_LIB_PATH)\winsta.lib \
  108. $(SDK_LIB_PATH)\version.lib \
  109. $(PROJECT_ROOT)\lib\$(PLATFORM_SUFFIX)\$(O)\psutil.lib \
  110. # $(SDK_LIB_PATH)\shell32.lib \