audk/BaseTools/Plugin/WindowsResourceCompiler
Joey Vagedes 159f1aee56 BaseTools/WinRcPath: Improve Performance.
WinRcPath generally takes about 2 seconds to run, due to calling
multiple .bat files behind the scenes. This change reduces this time to
~0 seconds due to the following changes:

1. It will attempt to load the path from the cache, which is located a
$(WORKSPACE)/Conf/.rc_path. If the loading is a success and the rc_path
still exists, it will use it.

2. If the cache did not exist, or the path provided by the cache does
not exist, it will find the rc path via the .bat files. If that
succeeds, it will write the path to the cache.

Signed-off-by: Aaron Pop <aaronpop@microsoft.com>
2024-08-04 07:30:59 +00:00
..
WinRcPath.py BaseTools/WinRcPath: Improve Performance. 2024-08-04 07:30:59 +00:00
WinRcPath_plug_in.yaml BaseTools: Add BaseTools plugins to support CI 2019-11-11 13:01:58 -08:00