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

Commit840df51

Browse files
author
Neil Conway
committed
This patch enables verbose output when building all projects. This is
the same output level that was used when building a single projectbefore, and really needed to get reasonable information about whathappens (non-verbose just says "starting build of foo" and "donebuilding foo", more or less).Magnus Hagander
1 parent25d6452 commit840df51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/msvc/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if "%CONFIG%" == "" if "%1" == "RELEASE" set CONFIG=Release
1212
ifnot"%CONFIG%"==""shift
1313
if"%CONFIG%"==""setCONFIG=Debug
1414

15-
if"%1"=="" msbuild pgsql.sln /p:Configuration=%CONFIG%
15+
if"%1"=="" msbuild pgsql.sln /verbosity:detailed /p:Configuration=%CONFIG%
1616
ifnot"%1"=="" vcbuild%1.vcproj%CONFIG%
1717

1818
cd%STARTDIR%

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp