changeset 13037:655d82876854

[gaim-migrate @ 15396] Build psychic plugin by default committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 25 Jan 2006 19:06:21 +0000
parents 88ef7055eba3
children 4005ad2b3ca9
files gaim-installer.nsi plugins/Makefile.mingw
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gaim-installer.nsi	Wed Jan 25 13:34:10 2006 +0000
+++ b/gaim-installer.nsi	Wed Jan 25 19:06:21 2006 +0000
@@ -714,6 +714,7 @@
     Delete "$INSTDIR\plugins\libtoc.dll"
     Delete "$INSTDIR\plugins\libyahoo.dll"
     Delete "$INSTDIR\plugins\perl.dll"
+    Delete "$INSTDIR\plugins\psychic.dll"
     Delete "$INSTDIR\plugins\relnot.dll"
     Delete "$INSTDIR\plugins\spellchk.dll"
     Delete "$INSTDIR\plugins\ssl-nss.dll"
--- a/plugins/Makefile.mingw	Wed Jan 25 13:34:10 2006 +0000
+++ b/plugins/Makefile.mingw	Wed Jan 25 19:06:21 2006 +0000
@@ -124,7 +124,8 @@
 		spellchk.dll \
 		statenotify.dll \
 		timestamp_format.dll \
-		timestamp.dll
+		timestamp.dll \
+		psychic.dll
 
 
 ##