]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Makefile
BaseTools: defaultdict(set) allows us to just add to the set
[mirror_edk2.git] / BaseTools / Source / Python / Makefile
index 7ffe2114e538dbcc91c4c3047f49e62f406cee61..d985187818aedd369755bff27808f0c250e61546 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Windows makefile for Python tools build.\r
 #\r
-# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -38,14 +38,12 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\Common\Database.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\DataType.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\DecClassObject.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\Dictionary.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\DscClassObject.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\EdkIIWorkspace.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\EdkIIWorkspaceBuild.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\EdkLogger.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\Expression.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\FdfClassObject.py \\r
-              $(BASE_TOOLS_PATH)\Source\Python\Common\FdfParserLite.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\GlobalData.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\Identification.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\InfClassObject.py \\r
@@ -88,6 +86,9 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\MetaFileTable.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceCommon.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceDatabase.py \\r
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\DecBuildData.py \\r
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\DscBuildData.py \\r
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\InfBuildData.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\AutoGen.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\BuildEngine.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenC.py \\r
@@ -98,6 +99,7 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\StrGather.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\ValidCheckingInfoObject.py \\r
+              $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenVar.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\RangeExpression.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\VariableAttributes.py\r
 \r