70 lines
1.3 KiB
Plaintext
70 lines
1.3 KiB
Plaintext
!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
|
|
IDL_OUTPUTDIR=$(REMDSK_ROOT)\idl\obj\$(TARGET_DIRECTORY)
|
|
REMDSK_ROOT=$(PROJECT_ROOT)\remdsk
|
|
MAJORCOMP=rdsk
|
|
MINORCOMP=rdskcmn
|
|
|
|
TARGETNAME=rdskcmn
|
|
TARGETPATH=lib\$(_OBJ_DIR)
|
|
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=$(C_DEFINES) -DWIN32 -D_WIN32 -DUNICODE -D_UNICODE -DDEBUGMEM
|
|
C_DEFINES=$(C_DEFINES) -DWIN32 -D_WIN32 -DUNICODE -D_UNICODE -DDEBUGMEM -DFEATURE_USERBLOBS
|
|
|
|
!ifndef MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=-W3 -WX
|
|
!endif
|
|
|
|
INCLUDES= \
|
|
$(IDL_OUTPUTDIR); \
|
|
$(TSHRCLNT_ROOT)\inc; \
|
|
$(DS_INC_PATH)\crypto; \
|
|
$(TERMSRV_ROOT)\common\license\inc;
|
|
|
|
SOURCES= \
|
|
DataChannelMgr.cpp \
|
|
RemoteDesktopDBG.cpp \
|
|
RemoteDesktopUtils.cpp \
|
|
parseaddr.cpp \
|
|
wtblobj.c
|