[gdk-pixbuf] Use correct autoconf variables in gdk_pixbuf.rc.in
- From: Tor Lillqvist <tml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] Use correct autoconf variables in gdk_pixbuf.rc.in
- Date: Sun, 27 Jun 2010 20:19:34 +0000 (UTC)
commit 077a3ea5eaa8ff662f44ad4ef0ad33bcc916e22a
Author: Tor Lillqvist <tml iki fi>
Date: Sun Jun 27 23:18:58 2010 +0300
Use correct autoconf variables in gdk_pixbuf.rc.in
gdk-pixbuf/gdk_pixbuf.rc.in | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gdk-pixbuf/gdk_pixbuf.rc.in b/gdk-pixbuf/gdk_pixbuf.rc.in
index 090b1da..de35ce1 100644
--- a/gdk-pixbuf/gdk_pixbuf.rc.in
+++ b/gdk-pixbuf/gdk_pixbuf.rc.in
@@ -1,8 +1,8 @@
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
- FILEVERSION @GTK_MAJOR_VERSION@,@GTK_MINOR_VERSION@,@GTK_MICRO_VERSION@,0
- PRODUCTVERSION @GTK_MAJOR_VERSION@,@GTK_MINOR_VERSION@,@GTK_MICRO_VERSION@,0
+ FILEVERSION @GDK_PIXBUF_MAJOR@,@GDK_PIXBUF_MINOR@,@GDK_PIXBUF_MICRO@,0
+ PRODUCTVERSION @GDK_PIXBUF_MAJOR@,@GDK_PIXBUF_MINOR@,@GDK_PIXBUF_MICRO@,0
FILEFLAGSMASK 0
FILEFLAGS 0
FILEOS VOS__WINDOWS32
@@ -15,12 +15,12 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "The GTK developer community"
VALUE "FileDescription", "GIMP Toolkit"
- VALUE "FileVersion", "@GTK_VERSION 0"
- VALUE "InternalName", "libgdk_pixbuf- GTK_API_VERSION@- LT_CURRENT_MINUS_AGE@"
+ VALUE "FileVersion", "@GDK_PIXBUF_VERSION 0"
+ VALUE "InternalName", "libgdk_pixbuf- GDK_PIXBUF_API_VERSION@- LT_CURRENT_MINUS_AGE@"
VALUE "LegalCopyright", "Copyright (C) 1999 The Free Software Foundation. Modified by the GTK+ Team and others 1999-2005."
- VALUE "OriginalFilename", "libgdk_pixbuf- GTK_API_VERSION@- LT_CURRENT_MINUS_AGE@.dll"
+ VALUE "OriginalFilename", "libgdk_pixbuf- GDK_PIXBUF_API_VERSION@- LT_CURRENT_MINUS_AGE@.dll"
VALUE "ProductName", "GTK+"
- VALUE "ProductVersion", "@GTK_VERSION@"
+ VALUE "ProductVersion", "@GDK_PIXBUF_VERSION@"
END
END
BLOCK "VarFileInfo"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]