summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-07-09 00:10:12 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-07-09 00:10:12 +0000
commitc0dace5fd9deb9197415ba7c994f392acdfde0ea (patch)
tree14ae690ab3aeab5bdaa9b3da054f8a8b5f37dc6c /gdk-pixbuf/ChangeLog
parent13d49dd3d1981591554262b46e3ab633dd64db75 (diff)
downloadgtk+-c0dace5fd9deb9197415ba7c994f392acdfde0ea.tar.gz
Look for windres on Win32.
2005-07-09 Tor Lillqvist <tml@novell.com> * configure.in: Look for windres on Win32. * gdk-pixbuf/Makefile.am * gdk/win32/rc/Makefile.am * gdk/Makefile.am * gtk/Makefile.am: Don't use the scripts in build/win32 to compile the rc files into resource object files. (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 would want a .lo file, pass it directly to the linker using a -Wl option. * gdk-pixbuf/gdk_pixbuf.rc.in * gdk/win32/rc/gdk.rc.in * gtk/gtk-win32.rc.in: Replace BUILDNUMBER with 0.
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r--gdk-pixbuf/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 773ce2b95c..083da7452a 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,14 @@
+2005-07-09 Tor Lillqvist <tml@novell.com>
+
+ * Makefile.am: Don't use the scripts in 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 the normal .o file
+ produced by windres through libtool, which would want a .lo file,
+ pass it directly to the linker using a -Wl option.
+
+ * gdk_pixbuf.rc.in: Replace BUILDNUMBER with 0.
+
2005-07-08 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.2 ===