Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 840df51

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 project before, and really needed to get reasonable information about what happens (non-verbose just says "starting build of foo" and "done building foo", more or less). Magnus Hagander
1 parent 25d6452 commit 840df51

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
if not "%CONFIG%" == "" shift
1313
if "%CONFIG%" == "" set CONFIG=Debug
1414

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

1818
cd %STARTDIR%

0 commit comments

Comments
 (0)