-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic update of ./internal/source
- Loading branch information
1 parent
f2b7639
commit 7c324a6
Showing
5 changed files
with
45,477 additions
and
45,409 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Oops, something went wrong.