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.
92 lines
2.1 KiB
92 lines
2.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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TERMSRV_ROOT = ..\..\..
|
|
TSHRCLNT_ROOT = ..\..
|
|
|
|
SRC_ROOT = ..\..\..\..
|
|
TERMSRV_ROOT = ..\..\..
|
|
TSHRCLNT_ROOT = ..\..
|
|
LICENSE_ROOT = $(TERMSRV_ROOT)\COMMON\LICENSE
|
|
LICENSE_LIB = $(LICENSE_ROOT)\lib\wince\$(_CPUINDPATH)
|
|
COMMON_LIB = $(TERMSRV_ROOT)\lib\wince\$(_CPUINDPATH)
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
!include $(TERMSRV_ROOT)\common\wincecom.inc
|
|
!include $(TERMSRV_ROOT)\common\newcommon.inc
|
|
|
|
MAJORCOMP=TShrClnt
|
|
MINORCOMP=mstsc
|
|
|
|
TARGETNAME=mstsc
|
|
|
|
TARGETTYPE=LIBRARY
|
|
RELEASETYPE=OAK
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUSE_LICENSE -DENFORCE_LICENSE -DAXCORE
|
|
|
|
INCLUDES=$(INCLUDES); \
|
|
$(TERMSRV_ROOT)\common\clientidl\wince;
|
|
|
|
TARGETLIBS=
|
|
SOURCELIBS= \
|
|
$(LICENSE_LIB)\debuglib.lib \
|
|
$(LICENSE_LIB)\cryptlib.lib \
|
|
$(LICENSE_LIB)\licstore.lib \
|
|
$(LICENSE_LIB)\liclient.lib \
|
|
$(LICENSE_LIB)\licecert.lib \
|
|
$(TSHRCLNT_ROOT)\lib\wince\$(_CPUINDPATH)\cecommon.lib \
|
|
$(TSHRCLNT_ROOT)\lib\wince\$(_CPUINDPATH)\tssec.lib \
|
|
$(TSHRCLNT_ROOT)\lib\wince\$(_CPUINDPATH)\uilibu.lib \
|
|
$(TSHRCLNT_ROOT)\lib\wince\$(_CPUINDPATH)\util.lib \
|
|
$(COMMON_LIB)\tsaxuuid.lib \
|
|
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES); \
|
|
$(TERMSRV_ROOT)\wince\inc; \
|
|
$(_WINCEROOT)\OTHERS\ATL\INCLUDE; \
|
|
|
|
|
|
!IF "$(FREEBUILD)"=="0"
|
|
SOURCELIBS = \
|
|
$(SOURCELIBS) \
|
|
$(COMMON_LIB)\tsctrcu.lib
|
|
!ENDIF
|
|
|
|
#
|
|
# We run UNICODE internally for everything
|
|
#
|
|
|
|
C_DEFINES=$(C_DEFINES) $(C_DEFS_UNICODE)
|
|
|
|
CDEFINES=$(CDEFINES) $(C_DEFINES) -D_WIN32_WCE=300 -D_ATL_DLL -DATL_DLL
|
|
|
|
!include ..\clshell_ce.inc
|
|
|
|
COPYRES=1
|
|
RESFILE=uires_ce.res
|
|
WINCETARGETFILES=$(_RELEASELIBDIR)\$(TARGETNAME).res
|
|
|