README.mingw

Wed, 07 Aug 2013 19:42:45 +0530

author
Ankit Vani <a@nevitus.org>
date
Wed, 07 Aug 2013 19:42:45 +0530
branch
soc.2013.gobjectification.plugins
changeset 36467
52aa83c47311
parent 33955
55aa58076485
permissions
-rw-r--r--

Replaced purple_plugin_loads_on_query() with purple_plugin_is_internal().
The flags in the "flags" property of PurplePluginInfo:
GPLUGIN_PLUGIN_INFO_FLAGS_INTERNAL: Hide plugin from UI plugin lists.
GPLUGIN_PLUGIN_INFO_FLAGS_LOAD_ON_QUERY: Auto-load plugin on query.

16272
2ec817794ae1 Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <datallah@pidgin.im>
parents: 16100
diff changeset
1 How to build Pidgin for Windows using MinGW
33100
9c6db78cce0b Fixup READMEs a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 16272
diff changeset
2 ===========================================
3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3
16272
2ec817794ae1 Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <datallah@pidgin.im>
parents: 16100
diff changeset
4 For the latest build instructions, please refer to:
3630
caa952062dc2 [gaim-migrate @ 3753]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
5
33955
55aa58076485 Use https URLs for pidgin.im and developer.pidgin.im.
Mark Doliner <mark@kingant.net>
parents: 33100
diff changeset
6 https://developer.pidgin.im/wiki/BuildingWinPidgin

mercurial