This allows rc to serialize user-defined resources, as documented in msdn.microsoft.com/en-us/library/windows/desktop/aa381054.aspx.
Escape sequences are yet unavailable, and are to be added in one of child patches.
Paths
| Differential D38423
[llvm-rc] Serialize user-defined resources to .res files (serialization, pt 9). ClosedPublic Authored by mnbvmar on Sep 29 2017, 12:54 PM.
Details Summary This allows rc to serialize user-defined resources, as documented in msdn.microsoft.com/en-us/library/windows/desktop/aa381054.aspx. Escape sequences are yet unavailable, and are to be added in one of child patches.
Diff Detail Event Timelinemnbvmar added a parent revision: D38420: [llvm-rc] Serialize STRINGTABLE statements to .res files (serialization, pt 8).. Closed by commit rL315117: [llvm-rc] Serialize user-defined resources to .res files. (authored by zturner). · Explain WhyOct 6 2017, 2:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 117208 llvm/test/tools/llvm-rc/Inputs/tag-user.rc
llvm/test/tools/llvm-rc/tag-user.test
llvm/tools/llvm-rc/ResourceFileWriter.h
llvm/tools/llvm-rc/ResourceFileWriter.cpp
llvm/tools/llvm-rc/ResourceScriptStmt.h
llvm/tools/llvm-rc/ResourceVisitor.h
|