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.
 
 
 
 
 
 

26 lines
496 B

TARGETNAME=tunmp
TARGETPATH=obj
TARGETTYPE=DRIVER
C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DNDIS51_MINIPORT=1 -DNDIS_WDM=1 -DBINARY_COMPATIBLE=0
C_DEFINES=$(C_DEFINES) -DTUN_ALLOW_ANY_MAC_ADDRESS=1
# C_DEFINES=$(C_DEFINES) -DDBG_SPIN_LOCK=1
USE_MAPSYM=1
TARGETLIBS=\
$(DDK_LIB_PATH)\ndis.lib
INCLUDES=$(BASE_INC_PATH)
SOURCES=\
globals.c\
tunmp.c \
request.c \
recv.c \
send.c \
debug.c \
tunf.c \
tunsd.c \
tunmp.rc