Look for windres on Win32.
authorTor Lillqvist <tml@novell.com>
Thu, 4 Aug 2005 12:17:04 +0000 (12:17 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 4 Aug 2005 12:17:04 +0000 (12:17 +0000)
commite8ae4824d6cc1eff50e73ccca3f8dc470c4d7123
tree35554f5cd1db06aafdc39caf0fbe50a82bf3606f
parenta4a2e843a78a7c0e97ad5a313f973b71ea657d6a
Look for windres on Win32.

2005-08-04  Tor Lillqvist  <tml@novell.com>

* configure.in: Look for windres on Win32.

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

* atk/atk.rc.in: Correspondingly, replace BUILDNUMBER with 0.
ChangeLog
atk/Makefile.am
atk/atk.rc.in
configure.in