Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

28 lines
535 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
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
USE_MAPSYM=1
TARGETLIBS=\
$(DDK_LIB_PATH)\ndis.lib
SOURCES=\
globals.c\
tunmp.c \
request.c \
recv.c \
send.c \
debug.c \
tunf.c \
tunmp.rc
MISCFILES=tunmp.sld