提交 ba339f79 编写于 作者: M Magnus Hagander

Make build.bat return a proper errorcode if the build fails.

上级 c7ff7663
......@@ -17,5 +17,8 @@ if "%CONFIG%" == "" set CONFIG=Debug
if "%1" == "" msbuild pgsql.sln /verbosity:detailed /p:Configuration=%CONFIG%
if not "%1" == "" vcbuild %1.vcproj %CONFIG%
SET E=%ERRORLEVEL%
cd %STARTDIR%
exit /b %E%
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册