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.
14 lines
258 B
14 lines
258 B
TARGETNAME=ne2000
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DNE2000
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
|
|
|
|
SOURCES=\
|
|
card.c \
|
|
interrup.c \
|
|
ne2000.c \
|
|
ne2000.rc
|