mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
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
This commit is contained in:
parent
25d64529b8
commit
840df5156a
@ -12,7 +12,7 @@ if "%CONFIG%" == "" if "%1" == "RELEASE" set CONFIG=Release
|
||||
if not "%CONFIG%" == "" shift
|
||||
if "%CONFIG%" == "" set CONFIG=Debug
|
||||
|
||||
if "%1" == "" msbuild pgsql.sln /p:Configuration=%CONFIG%
|
||||
if "%1" == "" msbuild pgsql.sln /verbosity:detailed /p:Configuration=%CONFIG%
|
||||
if not "%1" == "" vcbuild %1.vcproj %CONFIG%
|
||||
|
||||
cd %STARTDIR%
|
||||
|
Loading…
x
Reference in New Issue
Block a user