]> sigrok.org Git - sigrok-cli.git/commitdiff
mingw: Drop libusb0.dll, always use libusb-1.0.
authorUwe Hermann <redacted>
Sun, 7 Dec 2014 16:48:29 +0000 (17:48 +0100)
committerUwe Hermann <redacted>
Sun, 7 Dec 2014 16:48:29 +0000 (17:48 +0100)
contrib/sigrok-cli_cross.nsi.in

index e7172bdef61b8f28a98a82fcc1e3019bc9ff14ee..d4311a43da126150ec9141b1b6c77223cccd97d7 100644 (file)
@@ -128,10 +128,7 @@ Section "@PACKAGE_NAME@ (required)" Section1
        # sigrok-cli.exe.
        File "${CROSS}/bin/@PACKAGE_NAME@.exe"
 
-       # libusb0.dll (needed for libusb-0.1).
-       File "${CROSS}/libusb0.dll"
-
-       # Zadig (used for installing libusb-win32 and WinUSB drivers).
+       # Zadig (used for installing WinUSB drivers).
        File "${CROSS}/zadig.exe"
        File "${CROSS}/zadig_xp.exe"
 
@@ -211,7 +208,6 @@ Section "Uninstall"
        # Delete the application, the application data, and related libs.
        Delete "$INSTDIR\COPYING"
        Delete "$INSTDIR\@PACKAGE_NAME@.exe"
-       Delete "$INSTDIR\libusb0.dll"
        Delete "$INSTDIR\zadig.exe"
        Delete "$INSTDIR\zadig_xp.exe"
        Delete "$INSTDIR\python32.dll"