Reorder DLL deletions.

This commit is contained in:
John Maguire 2012-01-06 17:16:01 +00:00
parent 660c68f9d9
commit e1804219dc
1 changed files with 4 additions and 2 deletions

View File

@ -87,17 +87,19 @@ Section "Delete old files" oldfiles
Delete "$INSTDIR\libgstrtsp-0.10.dll"
Delete "$INSTDIR\libgstsdp-0.10.dll"
Delete "$INSTDIR\libgsttag-0.10.dll"
Delete "$INSTDIR\libofa.dll"
Delete "$INSTDIR\libxml2.dll"
Delete "$INSTDIR\z.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstasfdemux.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstffmpeg-gpl.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstofa.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstqueue2.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstsoup.dll"
; 1.0 prerelease
Delete "$INSTDIR\spotify.dll"
; 1.0
Delete "$INSTDIR\libofa.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstofa.dll"
SectionEnd
Section "Clementine" Clementine