mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Don't enforce shared library build only on Windows. It might well make
2008-04-03 Tor Lillqvist <tml@novell.com> * configure.in: Don't enforce shared library build only on Windows. It might well make sense to build static libraries in some use cases. * glib/gutils.c: Don't compile the DllMain if building libglib statically. Also in that case don't return NULL from _glib_get_installation_directory(), but return the installation directory of the program's .exe file. svn path=/trunk/; revision=6818
This commit is contained in:
committed by
Tor Lillqvist
parent
fd54a90954
commit
285b31e7a5
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2008-04-03 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* configure.in: Don't enforce shared library build only on
|
||||
Windows. It might well make sense to build static libraries in
|
||||
some use cases.
|
||||
|
||||
* glib/gutils.c: Don't compile the DllMain if building libglib
|
||||
statically. Also in that case don't return NULL from
|
||||
_glib_get_installation_directory(), but return the installation
|
||||
directory of the program's .exe file.
|
||||
|
||||
2008-04-03 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
Bug 525972 - UCS-4 not in the new win_iconv implementation
|
||||
|
Reference in New Issue
Block a user