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.
28 lines
516 B
28 lines
516 B
TARGETNAME = tlntutils
|
|
TARGETPATH = obj
|
|
TARGETTYPE = LIBRARY
|
|
|
|
C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE -DWHISTLER_BUILD
|
|
|
|
USE_MSVCRT = 1
|
|
USE_IOSTREAM=1
|
|
|
|
INCLUDES = \
|
|
..\TlntSvr; \
|
|
$(O); \
|
|
..\proxystub\$(O)
|
|
#
|
|
# List of sources
|
|
#
|
|
SOURCES=dbglogr.cpp \
|
|
KillApps.cpp \
|
|
dbglvl.cpp \
|
|
regutil.cpp \
|
|
TlntUtils.cpp \
|
|
msgFile.mc
|
|
|
|
|
|
MISCFILES=\
|
|
login.cmd \
|
|
termcap \
|
|
TelnetServer.sld
|