diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 5023444a..beeec3d3 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -324,6 +324,46 @@ Section "Strawberry" Strawberry File "swscale-7.dll" File "zlib1.dll" + File "libabsl_base.dll" + File "libabsl_city.dll" + File "libabsl_cord.dll" + File "libabsl_cord_internal.dll" + File "libabsl_cordz_handle.dll" + File "libabsl_cordz_info.dll" + File "libabsl_crc32c.dll" + File "libabsl_crc_cord_state.dll" + File "libabsl_crc_internal.dll" + File "libabsl_die_if_null.dll" + File "libabsl_examine_stack.dll" + File "libabsl_hash.dll" + File "libabsl_int128.dll" + File "libabsl_log_globals.dll" + File "libabsl_log_internal_check_op.dll" + File "libabsl_log_internal_format.dll" + File "libabsl_log_internal_globals.dll" + File "libabsl_log_internal_log_sink_set.dll" + File "libabsl_log_internal_message.dll" + File "libabsl_log_internal_nullguard.dll" + File "libabsl_log_internal_proto.dll" + File "libabsl_log_sink.dll" + File "libabsl_low_level_hash.dll" + File "libabsl_malloc_internal.dll" + File "libabsl_raw_hash_set.dll" + File "libabsl_raw_logging_internal.dll" + File "libabsl_spinlock_wait.dll" + File "libabsl_stacktrace.dll" + File "libabsl_status.dll" + File "libabsl_statusor.dll" + File "libabsl_strerror.dll" + File "libabsl_str_format_internal.dll" + File "libabsl_strings.dll" + File "libabsl_strings_internal.dll" + File "libabsl_symbolize.dll" + File "libabsl_synchronization.dll" + File "libabsl_throw_delegate.dll" + File "libabsl_time.dll" + File "libabsl_time_zone.dll" + !ifdef debug File "gdb.exe" File "libexpat-1.dll" @@ -333,6 +373,7 @@ Section "Strawberry" Strawberry File "libpcre2-16d.dll" File "libreadline8.dll" File "libtermcap.dll" + File "libabsl_graphcycles_internal.dll" !else File "libpcre2-8.dll" File "libpcre2-16.dll" @@ -413,6 +454,7 @@ Section "Strawberry" Strawberry File "vorbis.dll" File "vorbisfile.dll" File "wavpackdll.dll" + File "abseil_dll.dll" !ifdef release File "freetype.dll" @@ -829,6 +871,46 @@ Section "Uninstall" Delete "$INSTDIR\swscale-7.dll" Delete "$INSTDIR\zlib1.dll" + Delete "$INSTDIR\libabsl_base.dll" + Delete "$INSTDIR\libabsl_city.dll" + Delete "$INSTDIR\libabsl_cord.dll" + Delete "$INSTDIR\libabsl_cord_internal.dll" + Delete "$INSTDIR\libabsl_cordz_handle.dll" + Delete "$INSTDIR\libabsl_cordz_info.dll" + Delete "$INSTDIR\libabsl_crc32c.dll" + Delete "$INSTDIR\libabsl_crc_cord_state.dll" + Delete "$INSTDIR\libabsl_crc_internal.dll" + Delete "$INSTDIR\libabsl_die_if_null.dll" + Delete "$INSTDIR\libabsl_examine_stack.dll" + Delete "$INSTDIR\libabsl_hash.dll" + Delete "$INSTDIR\libabsl_int128.dll" + Delete "$INSTDIR\libabsl_log_globals.dll" + Delete "$INSTDIR\libabsl_log_internal_check_op.dll" + Delete "$INSTDIR\libabsl_log_internal_format.dll" + Delete "$INSTDIR\libabsl_log_internal_globals.dll" + Delete "$INSTDIR\libabsl_log_internal_log_sink_set.dll" + Delete "$INSTDIR\libabsl_log_internal_message.dll" + Delete "$INSTDIR\libabsl_log_internal_nullguard.dll" + Delete "$INSTDIR\libabsl_log_internal_proto.dll" + Delete "$INSTDIR\libabsl_log_sink.dll" + Delete "$INSTDIR\libabsl_low_level_hash.dll" + Delete "$INSTDIR\libabsl_malloc_internal.dll" + Delete "$INSTDIR\libabsl_raw_hash_set.dll" + Delete "$INSTDIR\libabsl_raw_logging_internal.dll" + Delete "$INSTDIR\libabsl_spinlock_wait.dll" + Delete "$INSTDIR\libabsl_stacktrace.dll" + Delete "$INSTDIR\libabsl_status.dll" + Delete "$INSTDIR\libabsl_statusor.dll" + Delete "$INSTDIR\libabsl_strerror.dll" + Delete "$INSTDIR\libabsl_str_format_internal.dll" + Delete "$INSTDIR\libabsl_strings.dll" + Delete "$INSTDIR\libabsl_strings_internal.dll" + Delete "$INSTDIR\libabsl_symbolize.dll" + Delete "$INSTDIR\libabsl_synchronization.dll" + Delete "$INSTDIR\libabsl_throw_delegate.dll" + Delete "$INSTDIR\libabsl_time.dll" + Delete "$INSTDIR\libabsl_time_zone.dll" + !ifdef debug Delete "$INSTDIR\gdb.exe" Delete "$INSTDIR\libexpat-1.dll" @@ -838,6 +920,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre2-16d.dll" Delete "$INSTDIR\libreadline8.dll" Delete "$INSTDIR\libtermcap.dll" + Delete "$INSTDIR\libabsl_graphcycles_internal.dll" !else Delete "$INSTDIR\libpcre2-8.dll" Delete "$INSTDIR\libpcre2-16.dll" @@ -918,6 +1001,7 @@ Section "Uninstall" Delete "$INSTDIR\vorbis.dll" Delete "$INSTDIR\vorbisfile.dll" Delete "$INSTDIR\wavpackdll.dll" + Delete "$INSTDIR\abseil_dll.dll" !ifdef release Delete "$INSTDIR\freetype.dll"