Mercurial > pidgin
changeset 16209:416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 16 Apr 2007 16:21:33 +0000 |
parents | 85d5942e80e9 |
children | 5fa9896c77e8 37a664cf7f2d 8625c519d3a7 |
files | README.mingw libpurple/plugins/Makefile.mingw pidgin/win32/nsis/pidgin-installer.nsi |
diffstat | 3 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/README.mingw Mon Apr 16 06:37:20 2007 +0000 +++ b/README.mingw Mon Apr 16 16:21:33 2007 +0000 @@ -1,6 +1,6 @@ -How to build Pidgin using MinGW -=============================== +How to build Pidgin for Windows using MinGW +============================= -Since these instructions are constantly changing, please refer to: +For the latest build instructions, please refer to: -http://pidgin.im/win32/build.php +http://developer.pidgin.im/wiki/BuildingWinPidgin
--- a/libpurple/plugins/Makefile.mingw Mon Apr 16 06:37:20 2007 +0000 +++ b/libpurple/plugins/Makefile.mingw Mon Apr 16 16:21:33 2007 +0000 @@ -61,7 +61,6 @@ plugins: \ autoaccept.dll \ - autoreply.dll \ buddynote.dll \ idle.dll \ log_reader.dll \
--- a/pidgin/win32/nsis/pidgin-installer.nsi Mon Apr 16 06:37:20 2007 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Mon Apr 16 16:21:33 2007 +0000 @@ -694,7 +694,6 @@ RMDir /r "$INSTDIR\pixmaps" RMDir /r "$INSTDIR\perlmod" Delete "$INSTDIR\plugins\autoaccept.dll" - Delete "$INSTDIR\plugins\autoreply.dll" Delete "$INSTDIR\plugins\buddynote.dll" Delete "$INSTDIR\plugins\convcolors.dll" Delete "$INSTDIR\plugins\extplacement.dll"