vcbuild verbosity

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема vcbuild verbosity
Дата
Msg-id 45A3D765.6030804@hagander.net
обсуждение исходный текст
Ответы Re: vcbuild verbosity  (Neil Conway <neilc@samurai.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: COPY with no WAL, in certain circumstances
Следующее
От: "Simon Riggs"
Дата:
Сообщение: COPY with no WAL, v2