view installer-files/octave-launch.rc @ 6082:480f60641fc2

Add openlibm * src/openlibm.mk: new file * index.html, dist-files.mk: add ref to new file
author John Donoghue <john.donoghue@ieee.org>
date Wed, 09 Feb 2022 09:56:44 -0500
parents bf9be5e7ab00
children
line wrap: on
line source

#include "winver.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION     1,0,0,0
PRODUCTVERSION  1,0,0,0
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904B0"  // US-English, Unicode
    BEGIN
      VALUE "CompanyName", "GNU Octave"
      VALUE "FileDescription", "GNU Octave Launcher"
      VALUE "FileVersion", "1.0"
      VALUE "InternalName", "octave-launcher.exe"
      VALUE "LegalCopyright", " Copyright (C) 2021 The Octave Project Developers"
      VALUE "OriginalFilename", "octave-launcher.exe"
      VALUE "ProductName", "GNU Octave Launcher"
      VALUE "ProductVersion", "1.0"
    END
  END
  BLOCK "VarFileInfo"
  BEGIN
    VALUE "Translation", 0x0409, 0x04B0  // US-English, Unicode
  END
END

11 ICON "octave-logo.ico"