From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- Jamtop | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Jamtop') diff --git a/Jamtop b/Jamtop index 1809c9d..3ba306b 100644 --- a/Jamtop +++ b/Jamtop @@ -27,20 +27,20 @@ DEFINES += ARGYLLCMS ; # enable serial instruments & support USE_SERIAL = true ; +# enable fast serial instruments & support +USE_FAST_SERIAL = true ; # (Implicit in USE_SERIAL too) + # enable USB instruments & support USE_USB = true ; -# Use native USB drivers, else use libusb -USE_NATIVE_USB = true ; +# enable dummy Demo Instrument, if code is available +USE_DEMOINST = true ; -# Use libusb1 rather than libusb0 & libusb0-win32 -USE_LIBUSB1 = true ; +# Use libusb (deprecated) +USE_LIBUSB = false ; -# Except that FreeBSD doesn't have a spectro/usbio_bsd.c yet -if $(OS) = FREEBSD || $(OS) = OPENBSD { - USE_NATIVE_USB = false ; # Use libusb - USE_LIBUSB1 = false ; # Use libusb 0.1 -} +# Use libusb1 rather than libusb0 & libusb0-win32 (deprecated) +USE_LIBUSB1 = true ; # Make the USB V1 library static LIBUSB_IS_DLL = false ; -- cgit v1.2.3