Compiles Windows resource (.rc) script input into a .res binary stream.
Synopsis
Declared in <llvm/WindowsResource/ResourceProcessor.h>
class WindowsResourceProcessor;
Description
Collects preprocessor defines and include paths, then runs the resource compilation pipeline over the supplied script text and writes the result to an output stream.
Type Aliases
Name |
Description |
Path buffer type used for include directories. |
Member Functions
Name |
Description |
|
Construct a processor with no defines, includes, or option flags set. |
Add a preprocessor define for the resource script. |
|
Add a directory to search when resolving #include directives. |
|
Compile the resource script and write a .res binary to |
|
Control whether a trailing null is appended to STRINGTABLE entries. |
|
Enable or disable verbose diagnostic output during processing. |
Created with MrDocs