# HG changeset patch # User Kevin Stange # Date 1188154958 0 # Node ID 52a67d7b82ac6c1ee62e487c659a1334726e0c4e # Parent eb0fe583bc53854a13669dc791c091b65244f4ed Add MySpaceIM to the Windows build, though I can't verify this works until Jeff commits user.[ch] :) diff -r eb0fe583bc53 -r 52a67d7b82ac libpurple/protocols/Makefile.mingw --- a/libpurple/protocols/Makefile.mingw Sun Aug 26 18:59:59 2007 +0000 +++ b/libpurple/protocols/Makefile.mingw Sun Aug 26 19:02:38 2007 +0000 @@ -8,7 +8,7 @@ PIDGIN_TREE_TOP := ../.. include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak -SUBDIRS = gg irc jabber msn novell null oscar qq sametime silc10 simple yahoo bonjour +SUBDIRS = gg irc jabber msn novell null oscar qq sametime silc10 simple yahoo bonjour myspace .PHONY: all install clean diff -r eb0fe583bc53 -r 52a67d7b82ac pidgin/win32/nsis/pidgin-installer.nsi --- a/pidgin/win32/nsis/pidgin-installer.nsi Sun Aug 26 18:59:59 2007 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Sun Aug 26 19:02:38 2007 +0000 @@ -710,6 +710,7 @@ Delete "$INSTDIR\plugins\libicq.dll" Delete "$INSTDIR\plugins\libirc.dll" Delete "$INSTDIR\plugins\libmsn.dll" + Delete "$INSTDIR\plugins\libmyspace.dll" Delete "$INSTDIR\plugins\libnapster.dll" Delete "$INSTDIR\plugins\libnovell.dll" Delete "$INSTDIR\plugins\libqq.dll"