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.
69 lines
1.7 KiB
69 lines
1.7 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
|
|
|
|
SRC_ROOT=..\..\..\..
|
|
TERMSRV_ROOT = ..\..\..
|
|
TSHRCLNT_ROOT = ..\..
|
|
|
|
# wincecom.inc must be before common.inc
|
|
!include $(TERMSRV_ROOT)\common\wincecom.inc
|
|
!include $(TERMSRV_ROOT)\common\newcommon.inc
|
|
|
|
# common.inc defines C_DEFINES, but WinCE uses CDEFINES
|
|
CDEFINES = $(CDEFINES) $(C_DEFINES) -DUSE_LICENSE -DENFORCE_LICENSE -DENABLE_BMP_CACHING_FOR_WINCE -DDC_NO_UNALIGNED -DAXCORE -DUSE_BBAR
|
|
CDEFINES = $(CDEFINES) /UDRAW_NINEGRID /UDRAW_GDIPLUS
|
|
CDEFINES=$(CDEFINES) $(CLIENT_EXE_CDEFS)
|
|
|
|
LIBDEFINES=$(LIBDEFINES) -ignore:4221
|
|
|
|
CONDITIONAL_INCLUDES=common16.h stddef.h ntddk.h time.h sys\timeb.h ctxver.h \
|
|
olenls.h ver.h direct.h errno.h dos.h
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES); \
|
|
$(TERMSRV_ROOT)\ntinc\tsext; \
|
|
$(TERMSRV_ROOT)\ntinc\crypto; \
|
|
$(SRC_ROOT)\public\internal\termsrv\inc; \
|
|
$(TERMSRV_ROOT)\wince\inc
|
|
|
|
MAJORCOMP=TShrClnt
|
|
MINORCOMP=core
|
|
|
|
TARGETNAME=core
|
|
RELEASETYPE=CUSTOM
|
|
TARGETPATH=$(TSHRCLNT_ROOT)\LIB\WINCE\$(_CPUINDPATH)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
# Setting WINCEOEM allows us to get the OEM header files and functions
|
|
WINCEOEM=1
|
|
|
|
!include ..\core.inc
|
|
|
|
|
|
!if "$(WINCEDEBUG)" == "debug"
|
|
SOURCES = $(SOURCES) ..\eosint.cpp
|
|
!endif
|
|
PRECOMPILED_INCLUDE =
|
|
PRECOMPILED_PCH =
|
|
PRECOMPILED_CXX =
|