mirror of https://github.com/tongzx/nt5src
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.
23 lines
492 B
23 lines
492 B
TERMSRV_ROOT=..\..
|
|
TSHRCLNT_ROOT=..\..\newclient
|
|
LICENSE_ROOT=..\..\common\license
|
|
|
|
WINCEOEM=1
|
|
INCLUDES=$(TSHRCLNT_ROOT)\inc
|
|
|
|
CONDITIONAL_INCLUDES=
|
|
CDEFINES = $(CDEFINES) -DOS_WINCE
|
|
|
|
TARGETNAME=cecommon
|
|
TARGETTYPE=LIBRARY
|
|
RELEASETYPE=CUSTOM
|
|
|
|
# Even though it's not technically client lib, put it here so we don't complicate with more dirs.
|
|
TARGETPATH=$(TSHRCLNT_ROOT)\LIB\WINCE\$(_CPUINDPATH)
|
|
|
|
WINCEOEM=1
|
|
|
|
SOURCES=cecommon.c \
|
|
genguid.cpp \
|
|
winhelp.cpp \
|
|
autohide.cpp
|