]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/testsuite/binutils-all/windres/version_cat.rc
bfd/
[thirdparty/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / version_cat.rc
CommitLineData
fc108f8f
NC
1#include "windows.h"
2
3LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
4
5VS_VERSION_INFO VERSIONINFO
6 FILEVERSION 1,0,0,1
7 PRODUCTVERSION 1,0,0,1
8 FILEFLAGSMASK 0x3fL
9 FILEFLAGS 0x0L
10 FILEOS 0x4L
11 FILETYPE 0x1L
12 FILESUBTYPE 0x0L
13BEGIN
14 BLOCK "StringFileInfo"
15 BEGIN
16 BLOCK "040704e4"
17 BEGIN
18 VALUE L"Company" "Name", L"binutil\x0073"
19 VALUE "File" "Description", L"RC " L"compiler."
20 VALUE "File" "Version", "1.0.0.1"
21 VALUE "Internal" "Name", "windres" L".exe"
22 VALUE "Legal" "Copyright", "(c) FSF." " All rights are reserved."
23 VALUE "Original" "Filename", L"windres" ".exe"
24 VALUE "Product" "Name", "windows resource " "compiler"
25 VALUE "Product" "Version", "1.0.0.1"
26 END
27 END
28 BLOCK "VarFileInfo"
29 BEGIN
30 VALUE "Translation", 0x407, 1252
31 END
32END