# HG changeset patch # User Daniel Atallah # Date 1219888539 0 # Node ID 18f6ff44310486b8dabee162d17399e4737440ea # Parent 128f1d7e12ff50b9bbca8e09fa20f5d6ed028a38 Build the XMPP Console plugin by default on windows too. diff -r 128f1d7e12ff -r 18f6ff443104 pidgin/plugins/Makefile.mingw --- 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 diff -r 128f1d7e12ff -r 18f6ff443104 pidgin/win32/nsis/pidgin-installer.nsi --- 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"