mirror of https://github.com/tongzx/nt5src
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
410 B
26 lines
410 B
TARGETNAME=nscirda
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER -DNDIS50_MINIPORT -DIRDA
|
|
DRIVER_ALIGNMENT=0x200
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib
|
|
|
|
INCLUDES=
|
|
|
|
SOURCES=\
|
|
irql.c \
|
|
dmautil.c \
|
|
comm.c \
|
|
convert.c \
|
|
dongle.c \
|
|
fcs.c \
|
|
init.c \
|
|
nsc.c \
|
|
nscfir.c \
|
|
nscirda.rc \
|
|
request.c \
|
|
resource.c \
|
|
settings.c \
|
|
sync.c
|