|
From: <gi...@us...> - 2011-05-26 03:22:34
|
Revision: 2160
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2160&view=rev
Author: gikidy
Date: 2011-05-26 03:22:26 +0000 (Thu, 26 May 2011)
Log Message:
-----------
Fix an issue of build crash while genmake modules libraries. Makes the Workspace object symmetric with the Module object.
Signed-off-by: mdkinney
Reviewed-by: lgao4, gikidy
Modified Paths:
--------------
trunk/BaseTools/Source/Python/AutoGen/AutoGen.py
Modified: trunk/BaseTools/Source/Python/AutoGen/AutoGen.py
===================================================================
--- trunk/BaseTools/Source/Python/AutoGen/AutoGen.py 2011-05-26 02:16:46 UTC (rev 2159)
+++ trunk/BaseTools/Source/Python/AutoGen/AutoGen.py 2011-05-26 03:22:26 UTC (rev 2160)
@@ -430,6 +430,11 @@
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)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|