comparison installer-files/octave-launch.rc @ 5959:bf9be5e7ab00

octave-launch: Add icons and version info. * installer-files/octave-launch.rc: Add file with resource definition for octave-launch binaries. * binary-dist-rules.mk (installer-files/octave-launch.res): Add build rules for ressource file. * dist-files.mk: Add new files to tarball.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 21 Nov 2021 11:55:46 +0100
parents
children
comparison
equal deleted inserted replaced
5958:ea224bb389e3 5959:bf9be5e7ab00
1 #include "winver.h"
2
3 VS_VERSION_INFO VERSIONINFO
4 FILEVERSION 1,0,0,0
5 PRODUCTVERSION 1,0,0,0
6 BEGIN
7 BLOCK "StringFileInfo"
8 BEGIN
9 BLOCK "040904B0" // US-English, Unicode
10 BEGIN
11 VALUE "CompanyName", "GNU Octave"
12 VALUE "FileDescription", "GNU Octave Launcher"
13 VALUE "FileVersion", "1.0"
14 VALUE "InternalName", "octave-launcher.exe"
15 VALUE "LegalCopyright", " Copyright (C) 2021 The Octave Project Developers"
16 VALUE "OriginalFilename", "octave-launcher.exe"
17 VALUE "ProductName", "GNU Octave Launcher"
18 VALUE "ProductVersion", "1.0"
19 END
20 END
21 BLOCK "VarFileInfo"
22 BEGIN
23 VALUE "Translation", 0x0409, 0x04B0 // US-English, Unicode
24 END
25 END
26
27 11 ICON "octave-logo.ico"