README.mingw

Tue, 26 Jan 2010 19:26:36 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Tue, 26 Jan 2010 19:26:36 +0000
changeset 29232
a94f1f9cdcd2
parent 16272
2ec817794ae1
child 33100
9c6db78cce0b
permissions
-rw-r--r--

ft: Fix ui_ops->ui_read being called too often (when it's not ready).

Also fix a deadlock case stemming from that, where ui_read() returns 0,
but when it next calls purple_xfer_ui_ready(), libpurple doesn't think the
prpl is ready.

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
2ec817794ae1 Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <datallah@pidgin.im>
parents: 16100
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
16272
2ec817794ae1 Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <datallah@pidgin.im>
parents: 16100
diff changeset
6 http://developer.pidgin.im/wiki/BuildingWinPidgin

mercurial