Mercurial > pidgin.yaz
changeset 23928:18f6ff443104
Build the XMPP Console plugin by default on windows too.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 28 Aug 2008 01:55:39 +0000 |
parents | 128f1d7e12ff |
children | 48da97d84886 |
files | pidgin/plugins/Makefile.mingw pidgin/win32/nsis/pidgin-installer.nsi |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/plugins/Makefile.mingw Thu Aug 28 00:55:35 2008 +0000 +++ b/pidgin/plugins/Makefile.mingw Thu Aug 28 01:55:39 2008 +0000 @@ -87,7 +87,8 @@ sendbutton.dll \ spellchk.dll \ timestamp_format.dll \ - timestamp.dll + timestamp.dll \ + xmppconsole.dll ## ## CLEAN RULES
--- a/pidgin/win32/nsis/pidgin-installer.nsi Thu Aug 28 00:55:35 2008 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Thu Aug 28 01:55:39 2008 +0000 @@ -767,6 +767,7 @@ Delete "$INSTDIR\plugins\timestamp_format.dll" Delete "$INSTDIR\plugins\win2ktrans.dll" Delete "$INSTDIR\plugins\winprefs.dll" + Delete "$INSTDIR\plugins\xmppconsole.dll" RMDir "$INSTDIR\plugins" RMDir /r "$INSTDIR\sasl2" Delete "$INSTDIR\sounds\purple\alert.wav"