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.

82 lines
2.0 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=wiarpc
  27. TARGETPATH=$(OBJ_DIR)
  28. TARGETTYPE=DYNLINK
  29. DLLENTRY=_DllMainCRTStartup
  30. #
  31. # Compiler environment
  32. #
  33. USE_STATIC_ATL=1
  34. INCLUDES= \
  35. $(INCLUDES); \
  36. ..\rpc; \
  37. ..\rpc\$(O); \
  38. $(PROJECT_ROOT)\inc; \
  39. $(PROJECT_ROOT)\inc\psutil; \
  40. $(BASE_INC_PATH); \
  41. $(SHELL_INC_PATH); \
  42. $(TERMSRV_INC_PATH);
  43. PRECOMPILED_INCLUDE=precomp.h
  44. PRECOMPILED_CXX=1
  45. DLLDEF = wiarpc.def
  46. SOURCES= \
  47. wiarpc.cpp \
  48. stirpc.c \
  49. sticfunc.c \
  50. WiaDeviceKey.cpp \
  51. EventHandlerInfo.cpp \
  52. StiEventHandlerInfo.cpp \
  53. WiaEventHandlerLookup.cpp \
  54. StiEventHandlerLookup.cpp \
  55. wiarpc.rc
  56. TARGETLIBS= \
  57. $(TARGETLIBS) \
  58. $(PROJECT_ROOT)\lib\$(PLATFORM_SUFFIX)\$(O)\psutil.lib \
  59. $(SDK_LIB_PATH)\winmm.lib \
  60. $(SDK_LIB_PATH)\userenv.lib \
  61. $(SDK_LIB_PATH)\comdlg32.lib \
  62. $(SDK_LIB_PATH)\wiaguid.lib \
  63. $(WIA_LIB_PATH)\stirt.lib \
  64. $(SDK_LIB_PATH)\mscms.lib \
  65. $(SHELL_LIB_PATH)\shguidp.lib \
  66. $(TERMSRV_LIB_PATH)\syslib.lib \
  67. $(SDK_LIB_PATH)\winsta.lib \
  68. $(SDK_LIB_PATH)\version.lib