diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-05-26 07:35:18 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-05-26 07:35:18 +0000 |
commit | 7c1fd3239d3915bb0dfb9ab2f2361acc9b67b70a (patch) | |
tree | d2835dff4c8a2ef3e753dc7e2126e3d10f788f87 | |
parent | 35bc0e9f02936bf3bfe1d5c3c242d5b39cdc040a (diff) | |
download | edk2-platforms-7c1fd3239d3915bb0dfb9ab2f2361acc9b67b70a.tar.xz |
Sync BaseTools Branch (version r2161) to EDKII main trunk.
BaseTool Branch:
https://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/branches/Releases/BaseTools_r2100
Signed-off-by: lgao4
Reviewed-by: gikidy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11708 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-x | BaseTools/Bin/Win32/build.exe | bin | 2911922 -> 2912092 bytes | |||
-rw-r--r-- | BaseTools/Source/Python/AutoGen/AutoGen.py | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe Binary files differindex bef7664960..3559252443 100755 --- a/BaseTools/Bin/Win32/build.exe +++ b/BaseTools/Bin/Win32/build.exe diff --git a/BaseTools/Source/Python/AutoGen/AutoGen.py b/BaseTools/Source/Python/AutoGen/AutoGen.py index 8090a06bf8..4e2b2e47d2 100644 --- a/BaseTools/Source/Python/AutoGen/AutoGen.py +++ b/BaseTools/Source/Python/AutoGen/AutoGen.py @@ -389,6 +389,11 @@ class WorkspaceAutoGen(AutoGen): for Pa in self.AutoGenObjectList:
Pa.CreateCodeFile(CreateDepsCodeFile)
+ ## Create AsBuilt INF file the platform
+ #
+ def CreateAsBuiltInf(self):
+ return
+
Name = property(_GetName)
Guid = property(_GetGuid)
Version = property(_GetVersion)
|