代码搜索:libusb
找到约 710 项符合「libusb」的源代码
代码结果 710
www.eeworm.com/read/433982/7899039
lib libusb.lib
www.eeworm.com/read/433982/7899044
lib libusb.lib
www.eeworm.com/read/433980/7899213
bas libusb.bas
Attribute VB_Name = "libusb"
' ******************************************* LIBusb interface code ************************************
' LibUSB.bas by Stefan Meyer and Vincent Himpe
' LibUSB.cls by
www.eeworm.com/read/197887/7964257
in libusb.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libusb
Description: USB access library
Version: @VERSION@
Libs: -L${libdir} -lusb
Cflags: -I${includedir}
www.eeworm.com/read/197887/7964272
spec libusb.spec
# Note that this is NOT a relocatable package
%define ver 0.1.12
%define RELEASE 1
%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
%define prefix /usr
Summary: Application ac
www.eeworm.com/read/197887/7964315
in libusb.spec.in
# Note that this is NOT a relocatable package
%define ver @VERSION@
%define RELEASE 1
%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
%define prefix /usr
Summary: Application
www.eeworm.com/read/197887/7964318
in install.libusb.in
Simple install procedure
========================
% gzip -cd libusb-@LIBUSB_VERSION@.tar.gz | tar xvf - # unpack the sources
% cd libusb-@LIBUSB_VERSION@ # change to th
www.eeworm.com/read/197887/7964344
in libusb-config.in
#!/bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
exec_prefix_set=no
usage()
{
cat
www.eeworm.com/read/197887/7964373
libusb install.libusb
Simple install procedure
========================
% gzip -cd libusb-0.1.12.tar.gz | tar xvf - # unpack the sources
% cd libusb-0.1.12 # change to the toplevel directory
www.eeworm.com/read/398049/8007662