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%