vcbuild verbosity - Mailing list pgsql-patches

From Magnus Hagander
Subject vcbuild verbosity
Date
Msg-id 45A3D765.6030804@hagander.net
Whole thread Raw
Responses Re: vcbuild verbosity  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
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
Index: src/tools/msvc/build.bat
===================================================================
RCS file: c:/prog/cvsrepo/pgsql/pgsql/src/tools/msvc/build.bat,v
retrieving revision 1.2
diff -c -r1.2 build.bat
*** src/tools/msvc/build.bat    15 Sep 2006 21:42:02 -0000    1.2
--- src/tools/msvc/build.bat    29 Dec 2006 21:25:18 -0000
***************
*** 12,18 ****
  if not "%CONFIG%" == "" shift
  if "%CONFIG%" == "" set CONFIG=Debug

! if "%1" == "" msbuild pgsql.sln /p:Configuration=%CONFIG%
  if not "%1" == "" vcbuild %1.vcproj %CONFIG%

  cd %STARTDIR%
--- 12,18 ----
  if not "%CONFIG%" == "" shift
  if "%CONFIG%" == "" set CONFIG=Debug

! if "%1" == "" msbuild pgsql.sln /verbosity:detailed /p:Configuration=%CONFIG%
  if not "%1" == "" vcbuild %1.vcproj %CONFIG%

  cd %STARTDIR%

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: COPY with no WAL, in certain circumstances
Next
From: "Simon Riggs"
Date:
Subject: COPY with no WAL, v2