Searched defs:Macros (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py2027 # Macros could be used in build_rule.txt (also Makefile)
2302 IncPathList = [NormPath(Path, self.Macros) for Path in gBuildOptIncludePattern.findall(FlagOption)]
2310 IncPathList += [NormPath(PathEntry, self.Macros) for PathEntry in PathList]
2407 RuleObject = RuleObject.Instantiate(self.Macros)
2876 Macros = property(_GetMacros) variable in class:ModuleAutoGen

Completed in 40 milliseconds