From 6eb6ec20158fe7c85b0edea45c57a1512d59581f Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Tue, 22 Dec 2015 01:19:26 +0000 Subject: BaseTools: Update Scripts to support VS2015 env edk2 Edk2Setup.bat depends on those scripts to configure VS env. Update them to support VS2015. (Sync patch r19431 from main trunk.) 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/branches/UDK2015@19434 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Scripts/SetVisualStudio.bat | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'BaseTools/Scripts/SetVisualStudio.bat') diff --git a/BaseTools/Scripts/SetVisualStudio.bat b/BaseTools/Scripts/SetVisualStudio.bat index d379cd73df..de2f91274d 100755 --- a/BaseTools/Scripts/SetVisualStudio.bat +++ b/BaseTools/Scripts/SetVisualStudio.bat @@ -25,6 +25,11 @@ :CheckLatest echo. +@if defined VS140COMNTOOLS ( + @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" + @goto SetVs +) + @if defined VS120COMNTOOLS ( @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64" @goto SetVs -- cgit v1.2.3