Mercurial > pidgin.yaz
changeset 23291:48aea903d270
Include the send button plugin in the win32 build
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 05 Jun 2008 12:25:20 +0000 |
parents | 5f9793c8510a |
children | 106a912f1ef5 dd195003288a |
files | pidgin/plugins/Makefile.mingw pidgin/win32/nsis/pidgin-installer.nsi |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/plugins/Makefile.mingw Thu Jun 05 10:23:58 2008 +0000 +++ b/pidgin/plugins/Makefile.mingw Thu Jun 05 12:25:20 2008 +0000 @@ -84,6 +84,7 @@ notify.dll \ pidginrc.dll \ relnot.dll \ + sendbutton.dll \ spellchk.dll \ timestamp_format.dll \ timestamp.dll
--- a/pidgin/win32/nsis/pidgin-installer.nsi Thu Jun 05 10:23:58 2008 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Thu Jun 05 12:25:20 2008 +0000 @@ -748,6 +748,7 @@ Delete "$INSTDIR\plugins\pidginrc.dll" Delete "$INSTDIR\plugins\psychic.dll" Delete "$INSTDIR\plugins\relnot.dll" + Delete "$INSTDIR\plugins\sendbutton.dll" Delete "$INSTDIR\plugins\spellchk.dll" Delete "$INSTDIR\plugins\ssl-nss.dll" Delete "$INSTDIR\plugins\ssl.dll"