1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-rc
Marek Sokolowski 138f2c0ded [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3).
This allows MENU resources to be serialized.

MENU resource statement doc:
msdn.microsoft.com/en-us/library/windows/desktop/aa381025.aspx
POPUP sub-statement doc:
msdn.microsoft.com/en-us/library/windows/desktop/aa381030.aspx
MENUITEM sub-statement doc:
msdn.microsoft.com/en-us/library/windows/desktop/aa381024.aspx
MENUHEADER structure:
msdn.microsoft.com/en-us/library/windows/desktop/ms648018.aspx (and
NORMALMENUITEM, POPUPMENUITEM structs).

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

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

llvm-svn: 314562
2017-09-29 22:25:05 +00:00
..
CMakeLists.txt [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
llvm-rc.cpp [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
LLVMBuild.txt
Opts.td [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
ResourceFileWriter.cpp [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3). 2017-09-29 22:25:05 +00:00
ResourceFileWriter.h [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3). 2017-09-29 22:25:05 +00:00
ResourceScriptParser.cpp [llvm-rc] Refactoring needed for ACCELERATORS and MENU resources. 2017-09-29 17:46:32 +00:00
ResourceScriptParser.h [llvm-rc] Refactoring needed for ACCELERATORS and MENU resources. 2017-09-29 17:46:32 +00:00
ResourceScriptStmt.cpp [llvm-rc] Refactoring needed for ACCELERATORS and MENU resources. 2017-09-29 17:46:32 +00:00
ResourceScriptStmt.h [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3). 2017-09-29 22:25:05 +00:00
ResourceScriptToken.cpp [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
ResourceScriptToken.h [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
ResourceScriptTokenList.h Add .rc scripts tokenizer. 2017-08-10 16:21:44 +00:00
ResourceVisitor.h [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3). 2017-09-29 22:25:05 +00:00