summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk_pixbuf.rc.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-03-02 23:19:59 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-03-02 23:19:59 +0000
commitf02a3f92bcbdf88d7d3c029a2d4a69a8c453bb4f (patch)
tree875ebf42fbf8c9af28fb8bd1bc90e0bee8169cc6 /gdk-pixbuf/gdk_pixbuf.rc.in
parenta27bc7e71fc455378839494b97192c574cb1e1e7 (diff)
downloadgdk-pixbuf-f02a3f92bcbdf88d7d3c029a2d4a69a8c453bb4f.tar.gz
Remove.
2002-03-03 Tor Lillqvist <tml@iki.fi> * gtk-pixbuf.rc.in: Remove. * gdk_pixbuf.rc.in: Name like this instead (wrong name used by mistake by Hans). * makefile.msc: Corresponding changes. * Makefile.am: Use gdk_pixbuf.rc on Win32. Distribute it.
Diffstat (limited to 'gdk-pixbuf/gdk_pixbuf.rc.in')
-rw-r--r--gdk-pixbuf/gdk_pixbuf.rc.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk_pixbuf.rc.in b/gdk-pixbuf/gdk_pixbuf.rc.in
new file mode 100644
index 000000000..c2efb9aa3
--- /dev/null
+++ b/gdk-pixbuf/gdk_pixbuf.rc.in
@@ -0,0 +1,30 @@
+#include <winver.h>
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION @GTK_MAJOR_VERSION@,@GTK_MINOR_VERSION@,@GTK_MICRO_VERSION@,BUILDNUMBER
+ PRODUCTVERSION @GTK_MAJOR_VERSION@,@GTK_MINOR_VERSION@,@GTK_MICRO_VERSION@,0
+ FILEFLAGSMASK 0
+ FILEFLAGS 0
+ FILEOS VOS__WINDOWS32
+ FILETYPE VFT_DLL
+ FILESUBTYPE VFT2_UNKNOWN
+ BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904B0"
+ BEGIN
+ VALUE "CompanyName", "The GTK developer community"
+ VALUE "FileDescription", "GIMP Toolkit"
+ VALUE "FileVersion", "@GTK_VERSION@.BUILDNUMBER"
+ VALUE "InternalName", "libgdk_pixbuf-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@"
+ VALUE "LegalCopyright", "Copyright (C) 1999 The Free Software Foundation. Modified by the GTK+ Team and others 1999-2002."
+ VALUE "OriginalFilename", "libgdk_pixbuf-@GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll"
+ VALUE "ProductName", "GTK+"
+ VALUE "ProductVersion", "@GTK_VERSION@"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+ END