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.
19 lines
442 B
19 lines
442 B
TARGETNAME=l2tp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
C_DEFINES=$(C_DEFINES) -DKERNEL -DNT -DNDIS_MINIPORT_DRIVER -DNDIS50 \
|
|
-DNDIS50_MINIPORT -DBINARY_COMPATIBLE=0
|
|
USE_NTDLL=1
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
INCLUDES=..;..\..\..\inc;$(BASE_INC_PATH);$(DDK_INC_PATH);$(WINDOWS_INC_PATH)
|
|
|
|
SOURCES=\
|
|
dsotable.c \
|
|
kdexts.c \
|
|
l2tpext.c \
|
|
l2tpext.rc
|
|
|
|
NTTARGETFILE0=l2tpext.def dsotable.c l2tpext.pph
|