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.
20 lines
343 B
20 lines
343 B
TARGETNAME=tdi
|
|
TARGETPATH=obj
|
|
TARGETTYPE=EXPORT_DRIVER
|
|
PASS1_PUBLISH={$(O)\tdi.lib=$(DDK_LIB_PATH)\tdi.lib}
|
|
|
|
C_DEFINES=-DNT -D_PNP_POWER_
|
|
DLLDEF=tdi.def
|
|
|
|
LINKLIBS=$(DDK_LIB_PATH)\ndis.lib
|
|
|
|
INCLUDES=$(BASE_INC_PATH)
|
|
|
|
SOURCES=\
|
|
cxport.c \
|
|
tdi.c \
|
|
tdipnp.c \
|
|
tdi.rc
|
|
|
|
MISCFILES=\
|
|
tdi_{DE7A2D4E-27A6-4395-9F60-2FC8A315DDB4}.sld
|