summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/windows
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
committerKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
commitad547a6b5986815fda458221149728d9d9ab1d87 (patch)
tree16296910eb3eca724371474ea9aea3994dc69614 /Build/source/texk/gregorio/gregorio-src/windows
parent947b43de3dd21d58ccc2ffadefc4441ea1c2a813 (diff)
restore Build,TODO from r57911
git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/windows')
-rw-r--r--Build/source/texk/gregorio/gregorio-src/windows/gregorio-resources.rc25
-rw-r--r--Build/source/texk/gregorio/gregorio-src/windows/gregorio.icobin0 -> 282350 bytes
2 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/windows/gregorio-resources.rc b/Build/source/texk/gregorio/gregorio-src/windows/gregorio-resources.rc
new file mode 100644
index 00000000000..06f463bea07
--- /dev/null
+++ b/Build/source/texk/gregorio/gregorio-src/windows/gregorio-resources.rc
@@ -0,0 +1,25 @@
+IDI_ICON1 ICON DISCARDABLE "gregorio.ico"
+1 VERSIONINFO
+FILEVERSION 5,2,1,30
+PRODUCTVERSION 5,2,1,30
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904E4"
+ BEGIN
+ VALUE "CompanyName", "Gregorio project"
+ VALUE "FileDescription", "Gregorio"
+ VALUE "FileVersion", "5.2.1"
+ VALUE "InternalName", "gregorio"
+ VALUE "LegalCopyright", "See COPYING in the installation directory."
+ VALUE "OriginalFilename", "gregorio.exe"
+ VALUE "ProductName", "Gregorio"
+ VALUE "ProductVersion", "5.2.1"
+ END
+ END
+
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1252
+ END
+END
diff --git a/Build/source/texk/gregorio/gregorio-src/windows/gregorio.ico b/Build/source/texk/gregorio/gregorio-src/windows/gregorio.ico
new file mode 100644
index 00000000000..5b1e78fdb1a
--- /dev/null
+++ b/Build/source/texk/gregorio/gregorio-src/windows/gregorio.ico
Binary files differ