Include the send button plugin in the win32 build

Thu, 05 Jun 2008 12:25:20 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Thu, 05 Jun 2008 12:25:20 +0000
changeset 23432
f2998a35ba3b
parent 23431
c50538da03fd
child 23433
0094a64519cb
child 23434
3977bba2cc52

Include the send button plugin in the win32 build

pidgin/plugins/Makefile.mingw file | annotate | diff | comparison | revisions
pidgin/win32/nsis/pidgin-installer.nsi file | annotate | diff | comparison | revisions
--- 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"

mercurial