Re: [edk2] [Patch 0/4] Add support for running python tools from source on Windows

2016-09-20 Thread Zhu, Yonghong
/4] Add support for running python tools from source on Windows When Python tool exe files don't exist, toolsetup.bat will configure PYTHONPATH to python source code, and set BaseTools\BinWrappers\WindowsLike into system PATH directory. Then, windows batch files will be used to run python

[edk2] [Patch 0/4] Add support for running python tools from source on Windows

2016-09-12 Thread Liming Gao
When Python tool exe files don't exist, toolsetup.bat will configure PYTHONPATH to python source code, and set BaseTools\BinWrappers\WindowsLike into system PATH directory. Then, windows batch files will be used to run python tools from source files. Liming Gao (4): BaseTools: Add Windows bat