Remove old DLLs from pre-mingw-w64 installs.

This commit is contained in:
John Maguire 2012-11-15 22:27:19 +00:00
parent 8501ac0d96
commit 80f2688dca
1 changed files with 7 additions and 0 deletions

View File

@ -103,6 +103,13 @@ Section "Delete old files" oldfiles
; 1.1
Delete "$INSTDIR\libprotobuf-lite-7.dll"
; mingw-w64
Delete "$INSTDIR\avcodec-52.dll"
Delete "$INSTDIR\avformat-52.dll"
Delete "$INSTDIR\avutil-50.dll"
Delete "$INSTDIR\libcdio-12.dll"
Delete "$INSTDIR\libgcc_s_dw2-1.dll"
SectionEnd
Section "Clementine" Clementine