# ############################################################ # #Copyright (c) 2000 Microsoft Corporation # #Author: # byronc, coopp # #Date: # 2-Feb-2000 # #Module Name: # sources.inc # #Abstract: # This file specifies the target component being built and the list of # sources files needed to build that component. Also specifies optional # compiler switches and libraries that are unique for the component being # built. # # This directory builds # wiaservc.lib - WIA Service Helper library for drivers... # wiaservc.dll - WIA Service dll housing WIA and STI server components # # ############################################################ !include $(PROJECT_ROOT)\wia\wiaenv.inc TARGETNAME=wiarpc TARGETPATH=$(OBJ_DIR) TARGETTYPE=DYNLINK DLLENTRY=_DllMainCRTStartup # # Compiler environment # USE_STATIC_ATL=1 INCLUDES= \ $(INCLUDES); \ ..\rpc; \ ..\rpc\$(O); \ $(PROJECT_ROOT)\inc; \ $(PROJECT_ROOT)\inc\psutil; \ $(BASE_INC_PATH); \ $(SHELL_INC_PATH); \ $(TERMSRV_INC_PATH); PRECOMPILED_INCLUDE=precomp.h PRECOMPILED_CXX=1 DLLDEF = wiarpc.def SOURCES= \ wiarpc.cpp \ stirpc.c \ sticfunc.c \ WiaDeviceKey.cpp \ EventHandlerInfo.cpp \ StiEventHandlerInfo.cpp \ WiaEventHandlerLookup.cpp \ StiEventHandlerLookup.cpp \ wiarpc.rc TARGETLIBS= \ $(TARGETLIBS) \ $(PROJECT_ROOT)\lib\$(PLATFORM_SUFFIX)\$(O)\psutil.lib \ $(SDK_LIB_PATH)\winmm.lib \ $(SDK_LIB_PATH)\userenv.lib \ $(SDK_LIB_PATH)\comdlg32.lib \ $(SDK_LIB_PATH)\wiaguid.lib \ $(WIA_LIB_PATH)\stirt.lib \ $(SDK_LIB_PATH)\mscms.lib \ $(SHELL_LIB_PATH)\shguidp.lib \ $(TERMSRV_LIB_PATH)\syslib.lib \ $(SDK_LIB_PATH)\winsta.lib \ $(SDK_LIB_PATH)\version.lib