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.
22 lines
347 B
22 lines
347 B
TARGETNAME=raspptp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNT -DNDIS_MINIPORT_DRIVER -DNDIS40_MINIPORT
|
|
|
|
TARGETLIBS=\
|
|
$(DDK_LIB_PATH)\ndis.lib \
|
|
$(DDK_LIB_PATH)\tdi.lib \
|
|
..\nt\$(O)\pptpnt.lib
|
|
|
|
INCLUDES=..\nt
|
|
|
|
SOURCES=\
|
|
bpool.c \
|
|
call.c \
|
|
control.c \
|
|
debug.c \
|
|
miniport.c \
|
|
raspptp.c \
|
|
tapi.c \
|
|
raspptp.rc
|