--- a/Makefile.mingw Wed Jun 04 23:12:27 2025 -0500 +++ b/Makefile.mingw Wed Jun 04 23:47:08 2025 -0500 @@ -86,7 +86,6 @@ libenchant_ispell.dll \ libenchant_myspell.dll \ libgtkspell-0.dll \ - libmeanwhile-1.dll \ libnspr4.dll \ libplc4.dll \ libplds4.dll \ @@ -196,7 +195,6 @@ tar -cf - `find $(PIDGIN_INSTALL_DIR) \( -name '*.dll' -o -name '*.exe' \) \ -not \( -false $(EXTERNAL_DLLS_FIND_EXP) \) -print` \ | tar --strip 2 --xform s/$$/.dbgsym/ -xC $(DEBUG_SYMBOLS_DIR) -f - - cp $(MEANWHILE_TOP)/bin/libmeanwhile-1.dll.unstripped $(DEBUG_SYMBOLS_DIR)/libmeanwhile-1.dll.dbgsym zip -9 -r $(DEBUG_SYMBOLS_DIR).zip $(DEBUG_SYMBOLS_DIR) $(call gpg_sign, $(DEBUG_SYMBOLS_DIR).zip)