diff options
author | crupest <crupest@outlook.com> | 2018-09-25 13:26:20 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-09-25 13:26:20 +0800 |
commit | 03d078796ad31eb55d70ad0aa61254b301e989a6 (patch) | |
tree | e5918c686f27363bfacf7d47e4b93617872b908d /script/build.ps1 | |
parent | 4b86554a0354d78efeb40e551eaccaac0fecd1d1 (diff) | |
download | cru-03d078796ad31eb55d70ad0aa61254b301e989a6.tar.gz cru-03d078796ad31eb55d70ad0aa61254b301e989a6.tar.bz2 cru-03d078796ad31eb55d70ad0aa61254b301e989a6.zip |
...
Diffstat (limited to 'script/build.ps1')
-rw-r--r-- | script/build.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/build.ps1 b/script/build.ps1 index 0a72d30c..d236421c 100644 --- a/script/build.ps1 +++ b/script/build.ps1 @@ -8,5 +8,8 @@ function CheckLastExitCode { vcpkg.exe install folly:x64-windows fmt:x64-windows & CheckLastExitCode +vcpkg.exe integrate install +& CheckLastExitCode + & "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe" CruUI.sln /target:Rebuild /p:Platform=x64 /p:Configuration=Debug & CheckLastExitCode |