configure.in More work on enabling static building on Windows. When
authorTor Lillqvist <tml@novell.com>
Mon, 21 Apr 2008 08:38:36 +0000 (08:38 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 21 Apr 2008 08:38:36 +0000 (08:38 +0000)
commit336cc8436b738d03f99beac2c2bd42c080ac668b
tree32b9dfc19cdb5a3d2696338817d2be6bb84c16d4
parent6965703ad2b7a325df177a8f904c0edddf2f6b57
configure.in More work on enabling static building on Windows. When

2008-04-21  Tor Lillqvist  <tml@novell.com>

* configure.in
* */Makefile.am: More work on enabling static building on
Windows. When building statically: Also define
GOBJECT_STATIC_COMPILATION in glibconfig.h so that also the
variables in gparamspecs.h get declared without any
dllimport/dllexport decorations. Don't install .def files which
obviously have no meaning for static libraries. Don't create MS
import libraries. Don't do any resource object files.

svn path=/trunk/; revision=6866
ChangeLog
configure.in
gio/Makefile.am
glib/Makefile.am
gmodule/Makefile.am
gobject/Makefile.am
gthread/Makefile.am