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
Zachary Turner 1a5684f1d0 [llvm-rc] Use proper search algorithm for finding resources.
Previously we would only look in the current directory for a
resource, which might not be the same as the directory of the
rc file.  Furthermore, MSVC rc supports a /I option, and can
also look in the system environment.  This patch adds support
for this search algorithm.

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

llvm-svn: 315499
2017-10-11 20:12:09 +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] Use proper search algorithm for finding resources. 2017-10-11 20:12: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] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
ResourceFileWriter.h [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
ResourceScriptParser.cpp [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
ResourceScriptParser.h [llvm-rc] Use proper search algorithm for finding resources. 2017-10-11 20:12:09 +00:00
ResourceScriptStmt.cpp [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
ResourceScriptStmt.h [llvm-rc] Serialize user-defined resources to .res files. 2017-10-06 21:52:15 +00:00
ResourceScriptToken.cpp [llvm-rc] Have the tokenizer discard single & block comments. 2017-10-09 15:46:13 +00:00
ResourceScriptToken.h [llvm-rc] Serialize VERSIONINFO resources to .res files. 2017-10-06 21:26:06 +00:00
ResourceScriptTokenList.h [llvm-rc] Have the tokenizer discard single & block comments. 2017-10-09 15:46:13 +00:00
ResourceVisitor.h [llvm-rc] Serialize user-defined resources to .res files. 2017-10-06 21:52:15 +00:00