diff options
Diffstat (limited to 'dev/Boot/Sources/BootloaderRsrc.rsrc')
| -rw-r--r-- | dev/Boot/Sources/BootloaderRsrc.rsrc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev/Boot/Sources/BootloaderRsrc.rsrc b/dev/Boot/Sources/BootloaderRsrc.rsrc new file mode 100644 index 00000000..6aa1d5a5 --- /dev/null +++ b/dev/Boot/Sources/BootloaderRsrc.rsrc @@ -0,0 +1,25 @@ +#include "../../Kernel/CompilerKit/Version.hxx" + +1 VERSIONINFO +FILEVERSION 1,0,0,0 +PRODUCTVERSION 1,0,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "080904E4" + BEGIN + VALUE "CompanyName", "ZKA Technologies" + VALUE "FileDescription", "New OS Loader." + VALUE "FileVersion", BOOTLOADER_VERSION + VALUE "InternalName", "newosldr" + VALUE "LegalCopyright", "Copyright ZKA Technologies., all rights reserved." + VALUE "OriginalFilename", "newosldr.exe" + VALUE "ProductName", "newosldr" + VALUE "ProductVersion", BOOTLOADER_VERSION + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x809, 1252 + END +END |
