Leaked source code of windows server 2003
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.
|
|
TARGETNAME=raspppoe TARGETPATH=obj TARGETTYPE=DRIVER
# System and NDIS wrapper definitions. # C_DEFINES=$(C_DEFINES) -DNDIS50 -DNDIS_MINIPORT_DRIVER -DNDIS40_MINIPORT \ # -DBINARY_COMPATIBLE=0 -DNT -DPSDEBUG \ -DBINARY_COMPATIBLE=0 -DNT \ -DNDIS_TAPI_CURRENT_VERSION=0x00010003 \ # -DTESTMODE
# PPPoE conditional compile options. See code for description. # # C_DEFINES=$(C_DEFINES) -DNDISBUFFERISMDL=1 -DALLOCATEIRPS=1 -DROUTEWITHREF=1
# Set TESTMODE in your environment to build with talkative debug defaults # and other private test code enabled. # #!ifdef TESTMODE #C_DEFINES=$(C_DEFINES) -DTESTMODE #!endif
#PRECOMPILED_INCLUDE=l2tpp.h
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
INCLUDES=.\..\inc
SOURCES=\ version.rc \ main.c \ debug.c \ miniport.c \ packet.c \ tapi.c \ protocol.c \ util.c \ bpool.c \ ppool.c \ timer.c \ fsm.c \
|