!IF 0 Copyright (c) 1989 Microsoft Corporation Module Name: sources. 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. Author: Tad Brockway 3/20/2000 NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl !ENDIF TERMSRV_ROOT=$(PROJECT_ROOT) TSHRCLNT_ROOT=$(TERMSRV_ROOT)\newclient REMDSK_ROOT=$(PROJECT_ROOT)\remdsk REMDSK_IDL_OUTPUTDIR=$(PROJECT_ROOT)\common\remdskidl\obj\$(TARGET_DIRECTORY) MAJORCOMP=rdsk MINORCOMP=rdsksrvr TARGETNAME=rdshost TARGETPATH=obj TARGETTYPE=PROGRAM UMTYPE=windows UMENTRY=wwinmain PRECOMPILED_INCLUDE=stdafx.h PRECOMPILED_SOURCEFILE=stdafx.cpp PRECOMPILED_CXX = 1 USE_MSVCRT=1 USE_STL=1 USE_NATIVE_EH=1 NOT_LEAN_AND_MEAN=1 ATL_VER=30 USE_STATIC_ATL=1 USE_VCCOM=1 USE_PDB=1 C_DEFINES=$(C_DEFINES) -DWIN32 -D_WIN32 -DUNICODE -D_UNICODE -DDEBUGMEM -DFEATURE_USERBLOBS #C_DEFINES=$(C_DEFINES) -DWIN32 -D_WIN32 -DUNICODE -D_UNICODE -DDEBUGMEM -DFEATURE_USERBLOBS -DDISABLESECURITYCHECKS INCLUDES=$(INCLUDES);\ $(TSHRCLNT_ROOT)\inc; \ $(DS_INC_PATH)\crypto; \ $(REMDSK_ROOT)\Common; \ $(REMDSK_IDL_OUTPUTDIR); SOURCES= \ RDSHost.rc \ RDSHost.cpp \ TSRDPServerDataChannelMgr.cpp \ RemoteDesktopSession.cpp \ RemoteDesktopServerHost.cpp \ TSRDPRemoteDesktopSession.cpp TARGETLIBS= \ $(BASEDIR)\public\sdk\lib\*\winsta.lib \ $(BASEDIR)\public\sdk\lib\*\uuid.lib \ $(BASEDIR)\public\sdk\lib\*\ole32.lib \ $(BASEDIR)\public\sdk\lib\*\oleaut32.lib \ $(TERMSRV_ROOT)\lib\$(O)\cryptlib.lib \ $(REMDSK_ROOT)\Common\lib\$(O)\rdskcmn.lib \ $(PROJECT_ROOT)\lib\$(O)\rduuid.lib \ $(TERMSRV_ROOT)\lib\$(O)\tsctrcu.lib \ $(BASEDIR)\public\sdk\lib\*\user32.lib \ $(BASEDIR)\public\sdk\lib\*\kernel32.lib \ $(BASEDIR)\public\sdk\lib\*\advapi32.lib \ $(BASEDIR)\public\sdk\lib\*\atl.lib \ $(BASEDIR)\public\sdk\lib\*\wsock32.lib #PASS0_HEADERDIR=$(O) #INCLUDES=$(INCLUDES);$(O) #MIDL_FLAGS=$(MIDL_FLAGS) -tlb $(O)\RDSHost.tlb