[glade3/glade-3-8] Added windows thingy for previewer build.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3/glade-3-8] Added windows thingy for previewer build.
- Date: Fri, 17 Dec 2010 11:07:49 +0000 (UTC)
commit 70dd8d1bf697b207ce237bb2a61151a6906dc358
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Fri Dec 17 19:24:02 2010 +0900
Added windows thingy for previewer build.
gladeui/glade-previewer.rc.in | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/gladeui/glade-previewer.rc.in b/gladeui/glade-previewer.rc.in
new file mode 100644
index 0000000..ba6faba
--- /dev/null
+++ b/gladeui/glade-previewer.rc.in
@@ -0,0 +1,29 @@
+#include <winver.h>
+
+GLADE_ICON ICON "../data/icons/glade-3.ico"
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION @GLADE_MAJOR_VERSION@,@GLADE_MINOR_VERSION@,@GLADE_MICRO_VERSION@,0
+ PRODUCTVERSION @GLADE_MAJOR_VERSION@,@GLADE_MINOR_VERSION@,@GLADE_MICRO_VERSION@,0
+ FILEOS VOS__WINDOWS32
+ FILETYPE VFT_APP
+ BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904B0"
+ BEGIN
+ VALUE "CompanyName", "The GNOME Foundation"
+ VALUE "FileDescription", "Glade Interface Designer @GLADE_MAJOR_VERSION @GLADE_MINOR_VERSION @GLADE_MICRO_VERSION@"
+ VALUE "FileVersion", "@GLADE_MAJOR_VERSION @GLADE_MINOR_VERSION @GLADE_MICRO_VERSION 0"
+ VALUE "LegalCopyright", "Copyright © 2007 The GNOME Foundation"
+ VALUE "OriginalFilename", "glade-previewer.exe"
+ VALUE "ProductName", "Glade Interface Designer"
+ VALUE "ProductVersion", "@GLADE_MAJOR_VERSION @GLADE_MINOR_VERSION @GLADE_MICRO_VERSION 0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+ END
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]