pidgin: 3b8e28d5: Update some dll names to avoid stripping...
datallah at pidgin.im
datallah at pidgin.im
Mon Mar 15 18:00:30 EDT 2010
-----------------------------------------------------------------
Revision: 3b8e28d559bd043b2dd4faee602d2a13868974dd
Ancestor: bbd57ffcb2973a83e3e505136d9f64b4d6339f07
Author: datallah at pidgin.im
Date: 2010-03-15T21:53:46
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/3b8e28d559bd043b2dd4faee602d2a13868974dd
Modified files:
Makefile.mingw
ChangeLog:
Update some dll names to avoid stripping/including debug symbols for.
-------------- next part --------------
============================================================
--- Makefile.mingw c98c92ec37d78f930c5149d8df34c1aeccc69f89
+++ Makefile.mingw e4d773d3ae47513890b4dc98e8dd1ed7ae462098
@@ -47,13 +47,15 @@ EXTERNAL_DLLS = \
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 @@ Doxyfile.mingw: Doxyfile.in
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..."
More information about the Commits
mailing list