Always add libdl.dll to Windows installer

This commit is contained in:
Jonas Kvinge
2021-01-29 17:11:13 +01:00
parent 9f5249e5b8
commit fa5b135439

View File

@@ -199,6 +199,7 @@ Section "Strawberry" Strawberry
File "libbz2.dll"
File "libcdio-19.dll"
File "libchromaprint.dll"
File "libdl.dll"
File "libfaac-0.dll"
File "libfaad-2.dll"
File "libffi-7.dll"
@@ -282,7 +283,6 @@ Section "Strawberry" Strawberry
!ifdef debug
File "gdb.exe"
File "libdl.dll"
File "libexpat-1.dll"
File "libmman.dll"
File "libmpfr-6.dll"
@@ -468,6 +468,7 @@ Section "Uninstall"
Delete "$INSTDIR\libbz2.dll"
Delete "$INSTDIR\libcdio-19.dll"
Delete "$INSTDIR\libchromaprint.dll"
Delete "$INSTDIR\libdl.dll"
Delete "$INSTDIR\libfaac-0.dll"
Delete "$INSTDIR\libfaad-2.dll"
Delete "$INSTDIR\libffi-7.dll"
@@ -547,7 +548,6 @@ Section "Uninstall"
!ifdef debug
Delete "$INSTDIR\gdb.exe"
Delete "$INSTDIR\libdl.dll"
Delete "$INSTDIR\libexpat-1.dll"
Delete "$INSTDIR\libmman.dll"
Delete "$INSTDIR\libmpfr-6.dll"