- Remove the TOOL without NAME defined and its definition in ARCH_build.opt

- Prefix the tool path to its name in ARCH_build.opt
- Support the same library class in different package


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2325 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36
2007-01-26 06:28:27 +00:00
parent 149127db68
commit d59f2c721b
3 changed files with 56 additions and 32 deletions

View File

@ -487,7 +487,7 @@ class Workspace(Element):
"PATH" : {},
"NAME" : {},
}
## "NAME" : {name : library interface}
## "NAME" : {name : [library interface]}
## "PATH" : {path : library interface}
self.LibraryInterfaceXref = {
"PATH" : {},