summaryrefslogtreecommitdiffhomepage
path: root/NewKernel/KernelRsrc.rsrc
diff options
context:
space:
mode:
Diffstat (limited to 'NewKernel/KernelRsrc.rsrc')
-rw-r--r--NewKernel/KernelRsrc.rsrc27
1 files changed, 27 insertions, 0 deletions
diff --git a/NewKernel/KernelRsrc.rsrc b/NewKernel/KernelRsrc.rsrc
new file mode 100644
index 00000000..1fab6304
--- /dev/null
+++ b/NewKernel/KernelRsrc.rsrc
@@ -0,0 +1,27 @@
+1 ICON "Root/Boot/Icons/kernel-logo.ico"
+
+#include "CompilerKit/Version.hxx"
+
+1 VERSIONINFO
+FILEVERSION 1,0,0,0
+PRODUCTVERSION 1,0,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "080904E4"
+ BEGIN
+ VALUE "CompanyName", "Mahrouss-Logic"
+ VALUE "FileDescription", "New OS multiplatform kernel."
+ VALUE "FileVersion", KERNEL_VERSION
+ VALUE "InternalName", "NewKernel"
+ VALUE "LegalCopyright", "Mahrouss-Logic"
+ VALUE "OriginalFilename", "NewKernel.exe"
+ VALUE "ProductName", "NewKernel"
+ VALUE "ProductVersion", KERNEL_VERSION
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x809, 1252
+ END
+END