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.
 
 
 
 
 
 

30 lines
613 B

TARGETNAME=mux
TARGETPATH=obj
TARGETTYPE=DRIVER
C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DNDIS_WDM=1
C_DEFINES=$(C_DEFINES) -DNDIS51_MINIPORT=1
C_DEFINES=$(C_DEFINES) -DNDIS51=1
C_DEFINES=$(C_DEFINES) -DIEEE_VLAN_SUPPORT=1
# Comment out the two lines above and uncomment the following
# two lines to build for Win2000
# C_DEFINES=$(C_DEFINES) -DNDIS40_MINIPORT=1
# C_DEFINES=$(C_DEFINES) -DNDIS40=1
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
INCLUDES=
SOURCES=\
miniport.c \
mux.c \
mux.rc \
protocol.c