mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 06:36:37 +01:00
remove debug output
This commit is contained in:
@@ -136,7 +136,6 @@ function Set-Environment
|
|||||||
$Command = "$($vsdir)..\..\VC\vcvarsall.bat"
|
$Command = "$($vsdir)..\..\VC\vcvarsall.bat"
|
||||||
}
|
}
|
||||||
$tempFile = [IO.Path]::GetTempFileName()
|
$tempFile = [IO.Path]::GetTempFileName()
|
||||||
Write-Host "Command: $Command $CommandArg"
|
|
||||||
cmd /c " `"$Command`" $CommandArg && set > `"$tempFile`" "
|
cmd /c " `"$Command`" $CommandArg && set > `"$tempFile`" "
|
||||||
Get-Content $tempFile | Foreach-Object {
|
Get-Content $tempFile | Foreach-Object {
|
||||||
if($_ -match "^(.*?)=(.*)$")
|
if($_ -match "^(.*?)=(.*)$")
|
||||||
|
|||||||
Reference in New Issue
Block a user