mirror of https://github.com/lianthony/NT4.0
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.
15 lines
352 B
15 lines
352 B
TARGETNAME=irda
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DRIVER
|
|
|
|
TARGETLIBS= \
|
|
$(BASEDIR)\public\sdk\lib\*\ndis.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\tdi.lib \
|
|
..\lib\*\irlap.lib
|
|
|
|
INCLUDES=$(BASEDIR)\private\inc;$(BASEDIR)\private\ntos\inc;..\..\inc;..\inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNT -D_NTDRIVER_ -DIRDA
|
|
|
|
SOURCES= irda.c \
|
|
irndis.c
|