view README.mingw @ 13417:dc05405864bd

[gaim-migrate @ 15792] Better NULL checking... Resolves CID 64: Event deref_ptr: Directly dereferenced pointer "b" 248 if (b->account->gc != NULL && b->account->gc->prpl != NULL) Event check_after_deref: Pointer "b" dereferenced before NULL check 251 if (b && b->account->gc && og && ng) { committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 07 Mar 2006 01:56:29 +0000
parents e61a072f4425
children 5d03b309b482
line wrap: on
line source

How to build Gaim using MinGw
=============================

Since these instructions are constantly changing and in order for me to
avoid maintaining two versions of these instructions please refer to:

http://gaim.sourceforge.net/win32

- Herman