Searched refs:PlaceMacro (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/ |
H A D | GenMake.py | 205 def PlaceMacro(self, Path, MacroDefinitions={}): function 520 IncludePathList.append(IncPrefix+self.PlaceMacro(P, self.Macros)) 641 self.CommonFileDependency.append(self.PlaceMacro(File.Path, self.Macros)) 665 Deps.append(self.PlaceMacro(str(Dep), self.Macros)) 669 Deps.append(self.PlaceMacro(str(F), self.Macros)) 672 NewFile = self.PlaceMacro(str(F), self.Macros) 701 "target" : self.PlaceMacro(T.Target.Path, self.Macros), 710 self.LibraryBuildDirectoryList.append(self.PlaceMacro(LibraryAutoGen.BuildDir, self.Macros)) 1139 D = self.PlaceMacro(D, {"BUILD_DIR":PlatformInfo.BuildDir}) 1148 D = self.PlaceMacro( [all...] |
Completed in 56 milliseconds