2
0
Guenter Obiltschnig 9 жил өмнө
parent
commit
d8a0eec15e
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      buildwin.ps1

+ 0 - 1
buildwin.ps1

@@ -136,7 +136,6 @@ function Set-Environment
     $Command = "$($vsdir)..\..\VC\vcvarsall.bat"
   }
   $tempFile = [IO.Path]::GetTempFileName()
-  Write-Host "Command: $Command $CommandArg"
   cmd /c " `"$Command`" $CommandArg && set > `"$tempFile`" "
   Get-Content $tempFile | Foreach-Object {
     if($_ -match "^(.*?)=(.*)$")