From a22ff961db47ffff4f1e795d810aa102edb9b79b Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 19 Sep 2013 16:50:40 +0000 Subject: Include an LLVM-vs2012_xp toolset in the MSBuild integration Patch by Paul Hampson! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191010 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/msbuild/install.bat | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/msbuild/install.bat') diff --git a/tools/msbuild/install.bat b/tools/msbuild/install.bat index 2d5af629af..2b66a6c01a 100644 --- a/tools/msbuild/install.bat +++ b/tools/msbuild/install.bat @@ -39,6 +39,12 @@ copy Microsoft.Cpp.Win32.LLVM-vs2012.props %D%\LLVM-vs2012 IF NOT %ERRORLEVEL% == 0 GOTO FAILED copy Microsoft.Cpp.Win32.LLVM-vs2012.targets %D%\LLVM-vs2012 IF NOT %ERRORLEVEL% == 0 GOTO FAILED +IF NOT EXIST %D%\LLVM-vs2012_xp mkdir %D%\LLVM-vs2012_xp +IF NOT %ERRORLEVEL% == 0 GOTO FAILED +copy Microsoft.Cpp.Win32.LLVM-vs2012_xp.props %D%\LLVM-vs2012_xp +IF NOT %ERRORLEVEL% == 0 GOTO FAILED +copy Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets %D%\LLVM-vs2012_xp +IF NOT %ERRORLEVEL% == 0 GOTO FAILED echo Done! goto END -- cgit v1.2.3