# HG changeset patch # User Daniel Atallah # Date 1176740493 0 # Node ID 416a125b66acd101a93f95f881d796beb505195b # Parent 85d5942e80e9bffc01dc04fa1b75e959c5aedfc8 Fix win32 build after autoreply was moved back to the plugin pack. diff -r 85d5942e80e9 -r 416a125b66ac README.mingw --- 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 diff -r 85d5942e80e9 -r 416a125b66ac libpurple/plugins/Makefile.mingw --- 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 \ diff -r 85d5942e80e9 -r 416a125b66ac pidgin/win32/nsis/pidgin-installer.nsi --- 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"