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.
22 lines
473 B
22 lines
473 B
TARGETNAME=usbsc
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=obj
|
|
TARGETLIBS=$(_NTDRIVE)$(_NTROOT)\drivers\wdm\usb\usbutil\lib\*\usbutil.lib \
|
|
$(DDK_LIB_PATH)\smclib.lib \
|
|
$(DDK_LIB_PATH)\usbd.lib \
|
|
..\scutil\lib\*\scutil.lib
|
|
|
|
|
|
C_DEFINES = /DBETA_SPEW
|
|
|
|
|
|
INCLUDES=..\inc; \
|
|
$(_NTDRIVE)$(_NTROOT)\drivers\wdm\usb\usbutil;
|
|
|
|
|
|
|
|
SOURCES=usbsccb.c \
|
|
usbscnt.c \
|
|
usbcom.c \
|
|
usbscpnp.c \
|
|
|