1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 11:30:37 +00:00

Automatic update of ./internal/source

This commit is contained in:
github-actions[bot] 2022-05-08 00:30:36 +00:00
parent f2b76392df
commit 7c324a6aec
5 changed files with 47994 additions and 47926 deletions

BIN
internal/source/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View file

@ -0,0 +1,32 @@
0 ICON 'icon.ico'
#include 'manifest.h'
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST 'qb64.manifest'
1 VERSIONINFO
FILEVERSION 0,6,0,0
PRODUCTVERSION 0,6,0,0
BEGIN
BLOCK 'StringFileInfo'
BEGIN
BLOCK '040904E4'
BEGIN
VALUE 'CompanyName','QB64\0'
VALUE 'FileDescription','QB64 Compiler\0'
VALUE 'FileVersion','0,6,0,0\0'
VALUE 'InternalName','qb64.bas\0'
VALUE 'LegalCopyright','MIT\0'
VALUE 'LegalTrademarks','\0'
VALUE 'OriginalFilename','qb64.exe\0'
VALUE 'ProductName','QB64\0'
VALUE 'ProductVersion','0,6,0,0\0'
VALUE 'Comments','QB64 is a modern extended BASIC programming language that retains QB4.5/QBasic compatibility and compiles native binaries for Windows, Linux and macOS.\0'
VALUE 'Web','\0'
END
END
BLOCK 'VarFileInfo'
BEGIN
VALUE 'Translation', 0x409, 0x04E4
END
END

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,11 @@
#ifndef RESOURCE_H
#define RESOURCE_H
#ifdef __cplusplus
extern 'C' {
#endif
#ifdef __cplusplus
}
#endif
#endif /* RESOURCE_H */
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1 /*Defined manifest file*/
#define RT_MANIFEST 24

View file

@ -0,0 +1,22 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<assemblyIdentity
version='1.0.0.0'
processorArchitecture='*'
name='QB64.QB64.QB64'
type='win32'
/>
<description>QB64 Compiler</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type='win32'
name='Microsoft.Windows.Common-Controls'
version='6.0.0.0'
processorArchitecture='*'
publicKeyToken='6595b64144ccf1df'
language='*'
/>
</dependentAssembly>
</dependency>
</assembly>