mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Windows build scripts: TODO & indentation tweaks.
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user