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.
15 lines
274 B
15 lines
274 B
MAJORCOMP=terminalserver
|
|
MINORCOMP=test
|
|
|
|
C_DEFINES = -DSTRICT -DWIN_95_32_BIT -DOS_WIN32
|
|
|
|
TARGETNAME=bmplib
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES= $(BASEDIR)\public\sdk\inc; \
|
|
..\..\smclient; \
|
|
..\..\tclient\ib
|
|
|
|
SOURCES=\
|
|
..\main.c
|