Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba339f7

Browse files
committed
Make build.bat return a proper errorcode if the build fails.
1 parentc7ff766 commitba339f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/tools/msvc/build.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ if "%CONFIG%" == "" set CONFIG=Debug
1717

1818
if"%1"=="" msbuild pgsql.sln /verbosity:detailed /p:Configuration=%CONFIG%
1919
ifnot"%1"=="" vcbuild%1.vcproj%CONFIG%
20+
SETE=%ERRORLEVEL%
2021

2122
cd%STARTDIR%
23+
24+
exit /b%E%

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp