Update fftw3 in nsi
This commit is contained in:
parent
35da91a997
commit
7ec0d2f2cc
|
@ -238,7 +238,6 @@ Section "Strawberry" Strawberry
|
||||||
File "libfreetype-6.dll"
|
File "libfreetype-6.dll"
|
||||||
File "libfaac-0.dll"
|
File "libfaac-0.dll"
|
||||||
File "libfaad-2.dll"
|
File "libfaad-2.dll"
|
||||||
File "libfftw3-3.dll"
|
|
||||||
File "libgio-2.0-0.dll"
|
File "libgio-2.0-0.dll"
|
||||||
File "libglib-2.0-0.dll"
|
File "libglib-2.0-0.dll"
|
||||||
File "libgmodule-2.0-0.dll"
|
File "libgmodule-2.0-0.dll"
|
||||||
|
@ -341,7 +340,6 @@ Section "Strawberry" Strawberry
|
||||||
File "faad.dll"
|
File "faad.dll"
|
||||||
File "fdk-aac.dll"
|
File "fdk-aac.dll"
|
||||||
File "ffi-7.dll"
|
File "ffi-7.dll"
|
||||||
File "fftw3.dll"
|
|
||||||
File "FLAC.dll"
|
File "FLAC.dll"
|
||||||
File "gio-2.0-0.dll"
|
File "gio-2.0-0.dll"
|
||||||
File "glib-2.0-0.dll"
|
File "glib-2.0-0.dll"
|
||||||
|
@ -410,6 +408,7 @@ Section "Strawberry" Strawberry
|
||||||
|
|
||||||
; Common files
|
; Common files
|
||||||
|
|
||||||
|
File "libfftw3-3.dll"
|
||||||
!ifdef msvc && debug
|
!ifdef msvc && debug
|
||||||
File "Qt6Concurrentd.dll"
|
File "Qt6Concurrentd.dll"
|
||||||
File "Qt6Cored.dll"
|
File "Qt6Cored.dll"
|
||||||
|
@ -715,7 +714,6 @@ Section "Uninstall"
|
||||||
Delete "$INSTDIR\libfreetype-6.dll"
|
Delete "$INSTDIR\libfreetype-6.dll"
|
||||||
Delete "$INSTDIR\libfaac-0.dll"
|
Delete "$INSTDIR\libfaac-0.dll"
|
||||||
Delete "$INSTDIR\libfaad-2.dll"
|
Delete "$INSTDIR\libfaad-2.dll"
|
||||||
Delete "$INSTDIR\libfftw3-3.dll"
|
|
||||||
Delete "$INSTDIR\libgio-2.0-0.dll"
|
Delete "$INSTDIR\libgio-2.0-0.dll"
|
||||||
Delete "$INSTDIR\libglib-2.0-0.dll"
|
Delete "$INSTDIR\libglib-2.0-0.dll"
|
||||||
Delete "$INSTDIR\libgmodule-2.0-0.dll"
|
Delete "$INSTDIR\libgmodule-2.0-0.dll"
|
||||||
|
@ -818,7 +816,6 @@ Section "Uninstall"
|
||||||
Delete "$INSTDIR\faad.dll"
|
Delete "$INSTDIR\faad.dll"
|
||||||
Delete "$INSTDIR\fdk-aac.dll"
|
Delete "$INSTDIR\fdk-aac.dll"
|
||||||
Delete "$INSTDIR\ffi-7.dll"
|
Delete "$INSTDIR\ffi-7.dll"
|
||||||
Delete "$INSTDIR\fftw3.dll"
|
|
||||||
Delete "$INSTDIR\FLAC.dll"
|
Delete "$INSTDIR\FLAC.dll"
|
||||||
Delete "$INSTDIR\gio-2.0-0.dll"
|
Delete "$INSTDIR\gio-2.0-0.dll"
|
||||||
Delete "$INSTDIR\glib-2.0-0.dll"
|
Delete "$INSTDIR\glib-2.0-0.dll"
|
||||||
|
@ -887,6 +884,7 @@ Section "Uninstall"
|
||||||
|
|
||||||
; Common files
|
; Common files
|
||||||
|
|
||||||
|
Delete "$INSTDIR\libfftw3-3.dll"
|
||||||
!ifdef msvc && debug
|
!ifdef msvc && debug
|
||||||
Delete "$INSTDIR\Qt6Concurrentd.dll"
|
Delete "$INSTDIR\Qt6Concurrentd.dll"
|
||||||
Delete "$INSTDIR\Qt6Cored.dll"
|
Delete "$INSTDIR\Qt6Cored.dll"
|
||||||
|
|
Loading…
Reference in New Issue