Package FLAC .dlls along with the windows installer

This commit is contained in:
David Sansome 2010-04-27 12:34:56 +00:00
parent 6a74ac4736
commit 476e31d6e7
1 changed files with 6 additions and 3 deletions

View File

@ -41,10 +41,11 @@ Section "Clementine" Clementine
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
File "/oname=clementine.exe" "clementine.exe"
File "/oname=clementine.ico" "clementine.ico"
File "/oname=lastfm.lib" "lastfm.lib"
File "clementine.exe"
File "clementine.ico"
File "iconv.dll"
File "lastfm.lib"
File "libFLAC-8.dll"
File "libgcc_s_dw2-1.dll"
File "libgcc_s_sjlj-1.dll"
File "libgio-2.0-0.dll"
@ -101,6 +102,7 @@ Section "Gstreamer plugins" gstreamer-plugins
File "/oname=libgstdecodebin.dll" "gstreamer-plugins\libgstdecodebin.dll"
File "/oname=libgstdirectsound.dll" "gstreamer-plugins\libgstdirectsound.dll"
File "/oname=libgstffmpeggpl.dll" "gstreamer-plugins\libgstffmpeggpl.dll"
File "/oname=libgstflac.dll" "gstreamer-plugins\libgstflac.dll"
File "/oname=libgstgio.dll" "gstreamer-plugins\libgstgio.dll"
File "/oname=libgstid3demux.dll" "gstreamer-plugins\libgstid3demux.dll"
File "/oname=libgstogg.dll" "gstreamer-plugins\libgstogg.dll"
@ -189,6 +191,7 @@ Section "Uninstall"
Delete "$INSTDIR\gstreamer-plugins\libgstdecodebin.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstdirectsound.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstffmpeggpl.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstflac.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstgio.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstid3demux.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstogg.dll"