From c2305a4af8c78b5ce553e133e86140817851a9e8 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Mon, 26 Oct 2015 08:48:39 +0000 Subject: [PATCH] BaseTools: Add MultipleWorkspace.py in the common dependency. Add new added MultipleWorkspace.py in the common dependency to freeze python tools for Windows. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Yonghong Zhu git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18663 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Source/Python/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Makefile index 4044fcefeb..d3f1baa831 100644 --- a/BaseTools/Source/Python/Makefile +++ b/BaseTools/Source/Python/Makefile @@ -59,6 +59,7 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \ $(BASE_TOOLS_PATH)\Source\Python\Common\ToolDefClassObject.py \ $(BASE_TOOLS_PATH)\Source\Python\Common\VpdInfoFile.py \ $(BASE_TOOLS_PATH)\Source\Python\Common\BuildVersion.py \ + $(BASE_TOOLS_PATH)\Source\Python\Common\MultipleWorkspace.py \ $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\CommonClass.py \ $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\DataClass.py \ $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\Exceptions.py \ -- 2.39.2