mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-27 05:10:27 +00:00
Dont ask me why I added a Error Silently Continue here... If I find it out, I will let you know
svn path=/trunk/tools/RosBE/; revision=978
This commit is contained in:
parent
f437b13f73
commit
13457048c0
@ -112,7 +112,6 @@ if ($_ROSBE_WRITELOG -eq 1) {
|
||||
}
|
||||
|
||||
function BUILD {
|
||||
$ErrorActionPreference = "SilentlyContinue"
|
||||
if ($_ROSBE_SHOWTIME -eq 1) {
|
||||
[System.Diagnostics.Stopwatch] $sw;
|
||||
$sw = New-Object System.Diagnostics.StopWatch
|
||||
|
@ -89,7 +89,6 @@ if ($_ROSBE_MODE -eq "MinGW") {
|
||||
$ENV:ROSBE_HOST_CXXFLAGS = $null
|
||||
$ENV:ROSBE_TARGET_CFLAGS = $null
|
||||
$ENV:ROSBE_TARGET_CXXFLAGS = $null
|
||||
|
||||
} else {
|
||||
$ENV:C_INCLUDE_PATH = $null
|
||||
$ENV:CPLUS_INCLUDE_PATH = $null
|
||||
|
Loading…
Reference in New Issue
Block a user