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.
32 lines
621 B
32 lines
621 B
|
|
TARGETNAME=hid1394
|
|
TARGETTYPE=DRIVER
|
|
DRIVERTYPE=WDM
|
|
|
|
DDKROOT=$(_NTDRIVE)$(_NTROOT)
|
|
INPUT_ROOT=$(DDKROOT)\private\ntos\dd\wdm\input
|
|
USB_ROOT=$(DDKROOT)\private\ntos\dd\wdm\usb
|
|
|
|
|
|
C_DEFINES=-DPNP_POWER
|
|
MSC_OPTIMIZATION=
|
|
_OBJ_DIR=obj
|
|
USE_MAPSYM=1
|
|
|
|
INCLUDES=$(INPUT_ROOT)\inc; \
|
|
$(DDKROOT)\private\ntos\inc
|
|
|
|
TARGETPATH=obj
|
|
TARGETLIBS=$(DDK_LIB_PATH)\hidclass.lib \
|
|
$(DDK_LIB_PATH)\usbd.lib
|
|
|
|
SOURCES=hid1394.c \
|
|
pnp.c \
|
|
ioctl.c \
|
|
hid.c \
|
|
sysctrl.c \
|
|
i1394.c \
|
|
debug.c \
|
|
hid1394.rc
|
|
|
|
|