mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-03 12:58:03 +01:00
build tool handling
This commit is contained in:
parent
b380047507
commit
58a544779d
@ -330,9 +330,14 @@ function Build
|
||||
Write-Host "| Building $vsProject"
|
||||
Write-Host "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
|
||||
|
||||
if ($tool -eq 'devenv') { Build-Devenv $vsProject }
|
||||
if ($tool -eq 'devenv') { Build-Devenv $vsProject }
|
||||
elseif ($tool -eq 'msbuild') { Build-MSBuild $vsProject }
|
||||
else{ Write-Host "Tool not supported: $tool" }
|
||||
elseif ($tool -ne '') { Write-Host "Build tool not supported: $tool" }
|
||||
else
|
||||
{
|
||||
Write-Host "Build tool not specified. Exiting."
|
||||
Exit
|
||||
}
|
||||
|
||||
if ($tests)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user