Make.mingw for nullclient?

sirtoozee sirtoozee at gmail.com
Fri Sep 28 21:58:24 EDT 2007


Hi Joanna,

I use scons (written in Python) to complie the nullclient.c in Gentoo,
so you only need to chage something like the CPPPATH to complie it
under Windows.

You can create a file named SConstruct with the content shown below:

Program('nullclient', 'nullclient.c', CPPPATH=['./../',
'/usr/include/glib-2.0', '/usr/lib/glib-2.0/include',
'/usr/include/libpurple'], LIBS=['glib-2.0', 'libpurple',
'libpurple-client'])

sirtoozee

-- 
An individual human existence should be like a river - small at first,
narrowly contained within its banks, and rushing passionately past
boulders and over waterfalls. Gradually the river grows wider, the
banks recede, the waters flow more quietly, and in the end, without
any visible break, they become merged in the sea, and painlessly lose
their individual being.




More information about the Devel mailing list