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

index 3c39351294633e6943df4dd855413cd0357b6bf8..ed2f317158ce5a9737616cb8732dc6e94545c252 100644 (file)
@@ -128,10 +128,7 @@ Section "PulseView (required)" Section1
        # PulseView (statically linked, includes all libs).
        File "${CROSS}/bin/pulseview.exe"
 
        # PulseView (statically linked, includes all libs).
        File "${CROSS}/bin/pulseview.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"
 
        File "${CROSS}/zadig.exe"
        File "${CROSS}/zadig_xp.exe"
 
@@ -206,7 +203,6 @@ Section "Uninstall"
        # Delete the application, the application data, and related libs.
        Delete "$INSTDIR\COPYING"
        Delete "$INSTDIR\pulseview.exe"
        # Delete the application, the application data, and related libs.
        Delete "$INSTDIR\COPYING"
        Delete "$INSTDIR\pulseview.exe"
-       Delete "$INSTDIR\libusb0.dll"
        Delete "$INSTDIR\zadig.exe"
        Delete "$INSTDIR\zadig_xp.exe"
        Delete "$INSTDIR\python32.dll"
        Delete "$INSTDIR\zadig.exe"
        Delete "$INSTDIR\zadig_xp.exe"
        Delete "$INSTDIR\python32.dll"