mirror of https://github.com/acidanthera/audk.git
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 <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
This commit is contained in:
parent
5d3a9896f0
commit
c2305a4af8
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue