Files
clang-p2996/llvm/test/tools/llvm-rc/Inputs/parser-versioninfo-repeated-fixed.rc
Marek Sokolowski fb74cb1edf [llvm-rc] Add VERSIONINFO parsing ability. [6/8]
This extends the set of llvm-rc parser's available resources by
another one, VERSIONINFO.

Ref: msdn.microsoft.com/en-us/library/windows/desktop/aa381058.aspx

Thanks to Nico Weber for his original work in this area.

Differential Revision: https://reviews.llvm.org/D37021

llvm-svn: 314468
2017-09-28 22:41:38 +00:00

7 lines
99 B
Plaintext

1 VERSIONINFO
FileVersion 1, 2, 3, 4
PRODUCTVERSION 5, 6, 7, 8
FILEVERSION 9, 10, 11, 12
BEGIN
END