# HG changeset patch # User Daniel Atallah # Date 1268690026 0 # Node ID 39e8bbe897f2d02e59d633bd7495a4f1263a6052 # Parent 6ca9aa923250c7288ab9fb914d40a2bf5778d52b Update some dll names to avoid stripping/including debug symbols for. diff -r 6ca9aa923250 -r 39e8bbe897f2 Makefile.mingw --- a/Makefile.mingw Mon Mar 15 02:51:28 2010 +0000 +++ b/Makefile.mingw Mon Mar 15 21:53:46 2010 +0000 @@ -47,13 +47,15 @@ k5sprt32.dll \ krb5_32.dll \ libenchant.dll \ + libenchant_ispell.dll \ + libenchant_myspell.dll \ libgtkspell-0.dll \ libmeanwhile-1.dll \ libnspr4.dll \ libplc4.dll \ libplds4.dll \ libsasl.dll \ - libxml2.dll \ + libxml2-2.dll \ nss3.dll \ nssckbi.dll \ nssutil3.dll \ @@ -150,7 +152,7 @@ installers: installer installer_offline debug_symbols_zip installer_zip Doxyfile.mingw: Doxyfile.in - sed -e "s/@PACKAGE@/pidgin/" -e "s/@VERSION@/$(PIDGIN_VERSION)/" -e "s/@top_srcdir@/$(PIDGIN_TREE_TOP)/g" -e "s/@enable_dot@/NO/" Doxyfile.in > Doxyfile.mingw + sed -e "s/@PACKAGE@/pidgin/" -e "s/@VERSION@/$(PIDGIN_VERSION)/" -e "s/@top_srcdir@/$(PIDGIN_TREE_TOP)/g" -e "s/@enable_dot@/NO/" $< > $@ docs: Doxyfile.mingw @echo "Running doxygen..."