[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to customize libglib
- From: Sven Neumann <sven gimp org>
- To: Mikio Kishi <mkishi 104 net>
- Cc: gtk-list gnome org
- Subject: Re: How to customize libglib
- Date: 26 Mar 2004 10:41:51 +0100
Hi,
Mikio Kishi <mkishi 104 net> writes:
> Now, I'm using glib-2.2.3.
> It's so useful, there are a lot of modules !
>
> But, for the moment, I need only a few data types
> (GString, GHashTable, GTree, and so on..),
> and I hope that the size of libglib is as small as possible
> because I'd like to use it as a static library.
If you link statically, the resulting binary will only contain the
parts of glib that your application needs. You don't need to do
anything special for that.
Sven
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]