From da70596895d8135e08f8caac6978117697b4c021 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 18 Aug 2024 21:39:29 +0200 Subject: [REFACTOR] Improved project structure. Signed-off-by: Amlal El Mahrouss --- dev/ZBA/Sources/BootloaderRsrc.rsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev/ZBA/Sources/BootloaderRsrc.rsrc (limited to 'dev/ZBA/Sources/BootloaderRsrc.rsrc') diff --git a/dev/ZBA/Sources/BootloaderRsrc.rsrc b/dev/ZBA/Sources/BootloaderRsrc.rsrc new file mode 100644 index 00000000..6aa1d5a5 --- /dev/null +++ b/dev/ZBA/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 -- cgit v1.2.3