Machine Interface Utility:VER1.0
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
TARGETNAME = libusb0
|
||||
TARGETPATH = output
|
||||
TARGETTYPE = DRIVER
|
||||
USER_C_FLAGS = /O2
|
||||
|
||||
C_DEFINES = $(COMMON_C_DEFINES) /DTARGETTYPE=DRIVER /DLOG_APPNAME="\"$(TARGETNAME)-sys\""
|
||||
|
||||
TARGETLIBS = $(DDK_LIB_PATH)\usbd.lib
|
||||
|
||||
SOURCES = abort_endpoint.c \
|
||||
claim_interface.c \
|
||||
clear_feature.c \
|
||||
dispatch.c \
|
||||
driver_registry.c \
|
||||
get_configuration.c \
|
||||
get_descriptor.c \
|
||||
get_interface.c \
|
||||
get_status.c \
|
||||
ioctl.c \
|
||||
libusb_driver.c \
|
||||
pnp.c \
|
||||
power.c \
|
||||
release_interface.c \
|
||||
reset_device.c \
|
||||
reset_endpoint.c \
|
||||
set_configuration.c \
|
||||
set_descriptor.c \
|
||||
set_feature.c \
|
||||
set_interface.c \
|
||||
transfer.c \
|
||||
vendor_request.c \
|
||||
error.c \
|
||||
libusb_driver_rc.rc
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user