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.
23 lines
334 B
23 lines
334 B
MAJORCOMP=ntos
|
|
MINORCOMP=irda
|
|
|
|
NTPROFILEINPUT=yes
|
|
|
|
TARGETNAME=irlap
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=..\lib
|
|
TARGETLIBS=
|
|
|
|
|
|
INCLUDES=..\inc;..\..\..\inc;..\..\..\..\inc;
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNT -D_NTDRIVER_ -DRASAUTODIAL -D_PNP_POWER -DSECFLTR
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
|
|
SOURCES= irlap.c \
|
|
irlaplog.c \
|
|
irlapio.c
|
|
|
|
|