13
0
livetrax/libs/tk/ydk/win32/rc/gdk.rc
Robin Gareus ad51c7c2ba
Localize stripped down gtk2
This is intended mainly for GNU/Linux distros who will remove
GTK2 support in the near future.
2024-01-06 21:52:48 +01:00

33 lines
855 B
Plaintext

#include <winver.h>
GTK_ICON ICON "./gtk.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,24,33,0
PRODUCTVERSION 2,24,33,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 Drawing Kit"
VALUE "FileVersion", "2.24.33.0"
VALUE "InternalName", "libgdk-win32-2.0-0"
VALUE "LegalCopyright", "Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Modified by the GTK+ Team and others 1997-2005."
VALUE "OriginalFilename", "libgdk-win32-2.0-0.dll"
VALUE "ProductName", "GTK+"
VALUE "ProductVersion", "2.24.33"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END