summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-07-14 23:43:15 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-07-14 23:43:15 +0000
commit6b3c4079ba0d8a8238dbccadde33e632ee90ac7d (patch)
tree9effb3a48da4fa38cd07f6a582e0ffe730150f61 /src
parentDrop btool .rc files (diff)
downloadinkscape-6b3c4079ba0d8a8238dbccadde33e632ee90ac7d.tar.gz
inkscape-6b3c4079ba0d8a8238dbccadde33e632ee90ac7d.zip
Revert "Drop btool .rc files"
This reverts commit a32a763a36548f63b6c0d758cb8a82de60e11f18.
Diffstat (limited to 'src')
-rw-r--r--src/inkscape-x64.rc30
-rw-r--r--src/inkscape.rc30
-rw-r--r--src/inkview-x64.rc29
-rw-r--r--src/inkview.rc29
4 files changed, 118 insertions, 0 deletions
diff --git a/src/inkscape-x64.rc b/src/inkscape-x64.rc
new file mode 100644
index 000000000..f5d3b5b99
--- /dev/null
+++ b/src/inkscape-x64.rc
@@ -0,0 +1,30 @@
+
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkscape-manifest-x64.xml"
+
+1 VERSIONINFO
+ FILEVERSION 0,93,0,0
+ PRODUCTVERSION 0,93,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkscape"
+ VALUE "FileVersion", "0.92+devel"
+ VALUE "InternalName", "Inkscape"
+ VALUE "LegalCopyright", "© 2016 Inkscape"
+ VALUE "ProductName", "Inkscape"
+ VALUE "ProductVersion", "0.92+devel"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END
+
+1000 BITMAP "./show-preview.bmp"
+
diff --git a/src/inkscape.rc b/src/inkscape.rc
new file mode 100644
index 000000000..ddb55ac30
--- /dev/null
+++ b/src/inkscape.rc
@@ -0,0 +1,30 @@
+
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkscape-manifest.xml"
+
+1 VERSIONINFO
+ FILEVERSION 0,93,0,0
+ PRODUCTVERSION 0,93,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkscape"
+ VALUE "FileVersion", "0.92+devel"
+ VALUE "InternalName", "Inkscape"
+ VALUE "LegalCopyright", "© 2016 Inkscape"
+ VALUE "ProductName", "Inkscape"
+ VALUE "ProductVersion", "0.92+devel"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END
+
+1000 BITMAP "./show-preview.bmp"
+
diff --git a/src/inkview-x64.rc b/src/inkview-x64.rc
new file mode 100644
index 000000000..397d9710f
--- /dev/null
+++ b/src/inkview-x64.rc
@@ -0,0 +1,29 @@
+
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkview-manifest-x64.xml"
+
+1 VERSIONINFO
+ FILEVERSION 0,93,0,0
+ PRODUCTVERSION 0,93,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkview"
+ VALUE "FileVersion", "0.92+devel"
+ VALUE "InternalName", "Inkview"
+ VALUE "LegalCopyright", "© 2016 Inkscape"
+ VALUE "ProductName", "Inkview"
+ VALUE "ProductVersion", "0.92+devel"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END
+
+1000 BITMAP "./show-preview.bmp"
diff --git a/src/inkview.rc b/src/inkview.rc
new file mode 100644
index 000000000..5c439981a
--- /dev/null
+++ b/src/inkview.rc
@@ -0,0 +1,29 @@
+
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkview-manifest.xml"
+
+1 VERSIONINFO
+ FILEVERSION 0,93,0,0
+ PRODUCTVERSION 0,93,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkview"
+ VALUE "FileVersion", "0.92+devel"
+ VALUE "InternalName", "Inkview"
+ VALUE "LegalCopyright", "© 2016 Inkscape"
+ VALUE "ProductName", "Inkview"
+ VALUE "ProductVersion", "0.92+devel"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END
+
+1000 BITMAP "./show-preview.bmp"