Don't use autoconf variables for the resource object files on Win32 any
authorTor Lillqvist <tml@novell.com>
Fri, 8 Jul 2005 23:04:06 +0000 (23:04 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 8 Jul 2005 23:04:06 +0000 (23:04 +0000)
commitd22f05125236c5386c67f72ccfb6dcef7f98907c
tree299670cab65d4cf47c019460a5c2d2645f0f75db
parent352742b86ada2e25044e320f7d4b8c0855b35252
Don't use autoconf variables for the resource object files on Win32 any

2005-07-09  Tor Lillqvist  <tml@novell.com>

* configure.in: Don't use autoconf variables for the resource
object files on Win32 any longer. Instead handle that in the
Makefile.am files. Check for windres.

* glibconfig.h.win32.in: Minor tuning to match the
configure-produced glibconfig.h closely.

* */Makefile.am: Don't use the scripts in build/win32 to
compile the .rc file into a resource object file. (This means
we loose the build number increment magic, but I doubt it was
that useful anyway.) Instead use windres directly. To pass the
normal .o file produced by windres through libtool, which
wants .lo files, pass it directly to the linker using a -Wl
option.

* */*.rc.in: Thus replace BUILDNUMBER with 0.
17 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
configure.in
glib/Makefile.am
glib/glib.rc.in
glibconfig.h.win32.in
gmodule/ChangeLog
gmodule/Makefile.am
gmodule/gmodule.rc.in
gobject/ChangeLog
gobject/Makefile.am
gobject/gobject.rc.in
gthread/ChangeLog
gthread/Makefile.am
gthread/gthread.rc.in