windows-nt/Source/XPSP1/NT/net/ndis/samples/muxim/sources

31 lines
613 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
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