* windres/windres.exp: Return unsupported rather than fail if
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / version.rc
CommitLineData
4a594fce
NC
1//#xfail x86_64-*-mingw*
2#include "windows.h"
3
4LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
5
6VS_VERSION_INFO VERSIONINFO
7 FILEVERSION 1,0,0,1
8 PRODUCTVERSION 1,0,0,1
9 FILEFLAGSMASK 0x3fL
10 FILEFLAGS 0x0L
11 FILEOS 0x4L
12 FILETYPE 0x1L
13 FILESUBTYPE 0x0L
14BEGIN
15 BLOCK "StringFileInfo"
16 BEGIN
17 BLOCK "040704e4"
18 BEGIN
19 VALUE L"CompanyName", L"binutil\x0073"
20 VALUE "FileDescription", "RC compiler."
21 VALUE "FileVersion", "1.0.0.1"
22 VALUE "InternalName", "windres.exe"
23 VALUE "LegalCopyright", "(c) FSF. All rights are reserved."
24 VALUE "OriginalFilename", "windres.exe"
25 VALUE "ProductName", "windows resource compiler"
26 VALUE "ProductVersion", "1.0.0.1"
27 END
28 END
29 BLOCK "VarFileInfo"
30 BEGIN
31 VALUE "Translation", 0x407, 1252
32 END
33END
This page took 0.030059 seconds and 4 git commands to generate.