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.
19 lines
421 B
19 lines
421 B
TARGETNAME=rasirda
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
C_DEFINES=-DNDIS50 -DNDIS_MINIPORT_DRIVER -DNDIS50_MINIPORT \
|
|
-DBINARY_COMPATIBLE=0 -DNT -DNDIS_TAPI_CURRENT_VERSION=0x00030000
|
|
|
|
TARGETLIBS=\
|
|
$(DDK_LIB_PATH)\ndis.lib \
|
|
$(DDK_LIB_PATH)\tdi.lib \
|
|
..\irtdicl\$(O)\irtdicl.lib \
|
|
..\irutil\$(O)\irutil.lib
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES=\
|
|
callmgr.c \
|
|
rasirda.c \
|
|
version.rc
|