Sync EDKII BaseTools to BaseTools project r2065.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10915 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2010-10-11 06:26:52 +00:00
parent d69bf66dc1
commit 08dd311f5d
52 changed files with 381 additions and 207 deletions

View File

@ -305,7 +305,7 @@ class BuildUnit:
## str() method
#
# It just returns the string representaion of self.BuildObject
# It just returns the string representation of self.BuildObject
#
# @param self The object pointer
#
@ -943,7 +943,7 @@ class Build():
## Build a module or platform
#
# Create autogen code and makfile for a module or platform, and the launch
# Create autogen code and makefile for a module or platform, and the launch
# "make" command to build it
#
# @param Target The target of build command