]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/toolsetup.bat
BaseTools: Update toolsetup.bat to support the case without EDK_TOOLS_BIN
authorLiming Gao <liming.gao@intel.com>
Fri, 25 Aug 2017 08:51:49 +0000 (16:51 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 29 Aug 2017 01:30:32 +0000 (09:30 +0800)
commit0cd84daa676270e541f1e9e96d0660f8d37de4ac
treed9ea273e3cc3e663a2342e9d8983bbe3faf39c4f
parent578211b882fa99b1f7c82c3e5fd7eeee1510772c
BaseTools: Update toolsetup.bat to support the case without EDK_TOOLS_BIN

When EDK_TOOLS_BIN is not set, %EDK_TOOLS_PATH%\Bin\Win32 will be used as the
binary tool directory. But, %EDK_TOOLS_PATH%\Bin\Win32 may not exist. On this
case, toolsetup.bat should continue to do the other setting, such VS tool
chain and tool conf file copy.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/toolsetup.bat