Windows build scripts: TODO & indentation tweaks.

This commit is contained in:
Stinkfist0
2015-11-20 00:45:01 +02:00
parent 7895835ca3
commit 90946e0877
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ set PROJECT_NAME=IfcOpenShell
:: Enable the delayed environment variable expansion needed in vs-cfg.cmd. :: Enable the delayed environment variable expansion needed in vs-cfg.cmd.
setlocal EnableDelayedExpansion setlocal EnableDelayedExpansion
:: TODO Getting warning print in vs-cfg.cmd for missing build type although this script doesn't need it specified
call vs-cfg.cmd %1 call vs-cfg.cmd %1
:: Read Python related variables from BuildDepsCache.txt :: Read Python related variables from BuildDepsCache.txt
-1
View File
@@ -32,7 +32,6 @@ set GENERATOR=%1
:: F.ex. "vs2013-32" and/or "vc14-64" :: F.ex. "vs2013-32" and/or "vc14-64"
:: TODO Print CMake and VS versions. Maybe in build-deps.cmd would be better than here. :: TODO Print CMake and VS versions. Maybe in build-deps.cmd would be better than here.
:: Make CMake missing a fatal error and abort the script.
:: Supported Visual Studio versions: :: Supported Visual Studio versions:
set GENERATOR_VS2015_32="Visual Studio 14 2015" set GENERATOR_VS2015_32="Visual Studio 14 2015"