view installer-files/octave-launch.rc @ 6001:88762923aa9a release

octave-launch: Attach to console of parent process if applicable. * installer-files/octave-launch.c: If parent process has a console, attach to it.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 05 Dec 2021 18:26:51 +0100
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"