Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

64 lines
1.1 KiB

!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=$(PROJECT_ROOT)\newclient
REMDSK_ROOT=$(PROJECT_ROOT)\remdsk
MAJORCOMP=rdsk
MINORCOMP=rdskcmn
TARGETNAME=rdskcmn
TARGETPATH=lib
TARGETTYPE=LIBRARY
UMTYPE=windows
USE_STL=1
USE_NATIVE_EH=1
USE_MAPSYM=1
#DEBUG_CRTS=1
USE_MSVCRT=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=-DWIN32 -D_WIN32 -DUNICODE -D_UNICODE
!ifndef MSC_WARNING_LEVEL
MSC_WARNING_LEVEL=-W3 -WX
!endif
INCLUDES= \
$(TSHRCLNT_ROOT)\inc; \
$(DS_INC_PATH)\crypto;
SOURCES= \
DataChannelMultiplex.cpp \
RemoteDesktopDBG.cpp \
RemoteDesktopUtils.cpp \
wtblobj.c