summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/Sources/BootloaderRsrc.rsrc
blob: 6aa1d5a52a96b721da5b2fd86f536699a73675b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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