]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed VS2017Community build script 1352/head
authorYann Collet <cyan@fb.com>
Thu, 4 Oct 2018 01:14:35 +0000 (18:14 -0700)
committerYann Collet <cyan@fb.com>
Thu, 4 Oct 2018 01:42:44 +0000 (18:42 -0700)
reported by @epicabsol

build/VS_scripts/build.generic.cmd
build/cmake/.gitignore

index bae42fd7f126f75d0bc5fa0222bc33a6ed2f3cf4..a7ca4d0670cc1770adf6f6aaf9f7f015019898c2 100644 (file)
@@ -34,7 +34,7 @@ SET msbuild_vs2017professional="%programfiles(x86)%\Microsoft Visual Studio\2017
 SET msbuild_vs2017enterprise="%programfiles(x86)%\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe"
 IF %msbuild_version% == VS2013 SET msbuild="%programfiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe"
 IF %msbuild_version% == VS2015 SET msbuild="%programfiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
-IF %msbuild_version% == VS2017Community SET msbuild="%msbuild_vs2017community%
+IF %msbuild_version% == VS2017Community SET msbuild=%msbuild_vs2017community%
 IF %msbuild_version% == VS2017Professional SET msbuild=%msbuild_vs2017professional%
 IF %msbuild_version% == VS2017Enterprise SET msbuild=%msbuild_vs2017enterprise%
 IF %msbuild_version% == VS2017 (
index ad4283f99d8814c6a9e32244d3ab0731871b3688..2e51e8954f000459b3cc93e0408bf7d2e6fce6da 100644 (file)
@@ -1,3 +1,6 @@
+# cmake working directory
+cmakeBuild
+
 # cmake artefacts
 CMakeCache.txt
 CMakeFiles