# HG changeset patch # User Daniel Atallah # Date 1138215981 0 # Node ID 655d8287685453dde4b451b5e3d5a75b3d730cc0 # Parent 88ef7055eba322123e942b64e9e9240ee5a3e089 [gaim-migrate @ 15396] Build psychic plugin by default committer: Tailor Script diff -r 88ef7055eba3 -r 655d82876854 gaim-installer.nsi --- 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" diff -r 88ef7055eba3 -r 655d82876854 plugins/Makefile.mingw --- 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 ##