Skip to content

Commit

Permalink
[build] Show errors and warnings in colour
Browse files Browse the repository at this point in the history
It doesn't seem to be possible to actually stop the build on errors,
so this is the next best thing.
  • Loading branch information
Michael Brown committed Oct 22, 2009
1 parent 56aa4a7 commit 798a5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Expand Up @@ -15,7 +15,7 @@ goto :end
set subdir=%cwd%\%1
set ddkenv=%2 %3 %4
echo Building %subdir% for %ddkenv%
cmd /c "%ddkdir%\bin\setenv.bat %ddkdir% %ddkenv% && cd /d %subdir% && build /c" || exit /b 1
cmd /c "%ddkdir%\bin\setenv.bat %ddkdir% %ddkenv% && cd /d %subdir% && build /cwg" || exit /b 1
goto :end

:end

0 comments on commit 798a5f5

Please sign in to comment.