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.
18 lines
326 B
18 lines
326 B
TARGETNAME=tcp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNT -D_NTDRIVER_ -D_PNP_POWER
|
|
|
|
NT_UP=0
|
|
|
|
INCLUDES=$(DDK_INC_PATH);..\inc;..\..\inc;$(DS_INC_PATH);$(DS_INC_PATH)\crypto;$(BASE_INC_PATH)
|
|
|
|
SOURCES=\
|
|
tcb.c \
|
|
tcpconn.c \
|
|
tcpdeb.c \
|
|
tcpdeliv.c \
|
|
tcpinit.c \
|
|
tcprcv.c \
|
|
tcpsend.c
|