Update nsi for msvc dependencies
This commit is contained in:
12
dist/windows/strawberry.nsi.in
vendored
12
dist/windows/strawberry.nsi.in
vendored
@@ -331,6 +331,7 @@ Section "Strawberry" Strawberry
|
|||||||
File "brotlicommon.dll"
|
File "brotlicommon.dll"
|
||||||
File "brotlidec.dll"
|
File "brotlidec.dll"
|
||||||
File "chromaprint.dll"
|
File "chromaprint.dll"
|
||||||
|
File "faad.dll"
|
||||||
File "fdk-aac.dll"
|
File "fdk-aac.dll"
|
||||||
File "ffi-7.dll"
|
File "ffi-7.dll"
|
||||||
File "FLAC.dll"
|
File "FLAC.dll"
|
||||||
@@ -359,6 +360,7 @@ Section "Strawberry" Strawberry
|
|||||||
File "fftw3.dll"
|
File "fftw3.dll"
|
||||||
File "intl-8.dll"
|
File "intl-8.dll"
|
||||||
File "libbs2b.dll"
|
File "libbs2b.dll"
|
||||||
|
File "libfaac_dll.dll"
|
||||||
File "libiconv.dll"
|
File "libiconv.dll"
|
||||||
File "liblzma.dll"
|
File "liblzma.dll"
|
||||||
File "libmp3lame.dll"
|
File "libmp3lame.dll"
|
||||||
@@ -374,12 +376,13 @@ Section "Strawberry" Strawberry
|
|||||||
File "sqlite3.dll"
|
File "sqlite3.dll"
|
||||||
File "tag.dll"
|
File "tag.dll"
|
||||||
File "vorbis.dll"
|
File "vorbis.dll"
|
||||||
|
File "vorbisfile.dll"
|
||||||
File "wavpackdll.dll"
|
File "wavpackdll.dll"
|
||||||
|
|
||||||
!ifdef release
|
!ifdef release
|
||||||
File "libpng16.dll"
|
File "libpng16.dll"
|
||||||
File "libprotobuf.dll"
|
File "libprotobuf.dll"
|
||||||
;File "libspeex.dll"
|
File "libspeex.dll"
|
||||||
File "libxml2.dll"
|
File "libxml2.dll"
|
||||||
File "zlib.dll"
|
File "zlib.dll"
|
||||||
!endif
|
!endif
|
||||||
@@ -789,6 +792,7 @@ Section "Uninstall"
|
|||||||
Delete "$INSTDIR\brotlicommon.dll"
|
Delete "$INSTDIR\brotlicommon.dll"
|
||||||
Delete "$INSTDIR\brotlidec.dll"
|
Delete "$INSTDIR\brotlidec.dll"
|
||||||
Delete "$INSTDIR\chromaprint.dll"
|
Delete "$INSTDIR\chromaprint.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\FLAC.dll"
|
Delete "$INSTDIR\FLAC.dll"
|
||||||
@@ -817,6 +821,7 @@ Section "Uninstall"
|
|||||||
Delete "$INSTDIR\fftw3.dll"
|
Delete "$INSTDIR\fftw3.dll"
|
||||||
Delete "$INSTDIR\intl-8.dll"
|
Delete "$INSTDIR\intl-8.dll"
|
||||||
Delete "$INSTDIR\libbs2b.dll"
|
Delete "$INSTDIR\libbs2b.dll"
|
||||||
|
Delete "$INSTDIR\libfaac_dll.dll"
|
||||||
Delete "$INSTDIR\libiconv.dll"
|
Delete "$INSTDIR\libiconv.dll"
|
||||||
Delete "$INSTDIR\liblzma.dll"
|
Delete "$INSTDIR\liblzma.dll"
|
||||||
Delete "$INSTDIR\libmp3lame.dll"
|
Delete "$INSTDIR\libmp3lame.dll"
|
||||||
@@ -832,19 +837,20 @@ Section "Uninstall"
|
|||||||
Delete "$INSTDIR\sqlite3.dll"
|
Delete "$INSTDIR\sqlite3.dll"
|
||||||
Delete "$INSTDIR\tag.dll"
|
Delete "$INSTDIR\tag.dll"
|
||||||
Delete "$INSTDIR\vorbis.dll"
|
Delete "$INSTDIR\vorbis.dll"
|
||||||
|
Delete "$INSTDIR\vorbisfile.dll"
|
||||||
Delete "$INSTDIR\wavpackdll.dll"
|
Delete "$INSTDIR\wavpackdll.dll"
|
||||||
|
|
||||||
!ifdef release
|
!ifdef release
|
||||||
Delete "$INSTDIR\libpng16.dll"
|
Delete "$INSTDIR\libpng16.dll"
|
||||||
Delete "$INSTDIR\libprotobuf.dll"
|
Delete "$INSTDIR\libprotobuf.dll"
|
||||||
;Delete "$INSTDIR\libspeex.dll"
|
Delete "$INSTDIR\libspeex.dll"
|
||||||
Delete "$INSTDIR\libxml2.dll"
|
Delete "$INSTDIR\libxml2.dll"
|
||||||
Delete "$INSTDIR\zlib.dll"
|
Delete "$INSTDIR\zlib.dll"
|
||||||
!endif
|
!endif
|
||||||
!ifdef debug
|
!ifdef debug
|
||||||
Delete "$INSTDIR\libpng16d.dll"
|
Delete "$INSTDIR\libpng16d.dll"
|
||||||
Delete "$INSTDIR\libprotobufd.dll"
|
Delete "$INSTDIR\libprotobufd.dll"
|
||||||
;Delete "$INSTDIR\libspeexd.dll"
|
Delete "$INSTDIR\libspeexd.dll"
|
||||||
Delete "$INSTDIR\libxml2d.dll"
|
Delete "$INSTDIR\libxml2d.dll"
|
||||||
Delete "$INSTDIR\zlibd.dll"
|
Delete "$INSTDIR\zlibd.dll"
|
||||||
!endif
|
!endif
|
||||||
|
|||||||
Reference in New Issue
Block a user