]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Add MultipleWorkspace.py in the common dependency.
authorLiming Gao <liming.gao@intel.com>
Mon, 26 Oct 2015 08:48:39 +0000 (08:48 +0000)
committerlgao4 <lgao4@Edk2>
Mon, 26 Oct 2015 08:48:39 +0000 (08:48 +0000)
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 <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18663 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Source/Python/Makefile

index 4044fcefeb9f7419a69b7692991c3be1316be9df..d3f1baa83109fcffe1d0b252bcd9628a00fcde0a 100644 (file)
@@ -59,6 +59,7 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\Common\ToolDefClassObject.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\VpdInfoFile.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\Common\BuildVersion.py \\r
+              $(BASE_TOOLS_PATH)\Source\Python\Common\MultipleWorkspace.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\CommonClass.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\DataClass.py \\r
               $(BASE_TOOLS_PATH)\Source\Python\CommonDataClass\Exceptions.py \\r