Skip to content

Commit

Permalink
Make install.bat callable.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Dec 27, 2018
1 parent 0fdab77 commit 0d26e96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion VS2017/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ IF NOT EXIST "%VCT_PATH%" (

ECHO VCTargetsPath: %VCT_PATH%

PUSHD %~dp0

XCOPY /Y "LLVM" "%VCT_PATH%\..\LLVM\"
XCOPY /Y "LLVM v141" "%VCT_PATH%\x64\PlatformToolsets\LLVM v141\"
XCOPY /Y "LLVM v141_xp" "%VCT_PATH%\x64\PlatformToolsets\LLVM v141_xp\"
XCOPY /Y "LLVM v141" "%VCT_PATH%\Win32\PlatformToolsets\LLVM v141\"
XCOPY /Y "LLVM v141_xp" "%VCT_PATH%\Win32\PlatformToolsets\LLVM v141_xp\"
XCOPY /Y "LLVM v141" "%VCT_PATH%\ARM64\PlatformToolsets\LLVM v141\"

PAUSE
POPD

0 comments on commit 0d26e96

Please sign in to comment.