We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6ac00 commit 1b1f7e9Copy full SHA for 1b1f7e9
src/tools/msvc/clean.bat
@@ -1,5 +1,5 @@
1
@echo off
2
-REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.8 2007/11/13 22:49:47 tgl Exp $
+REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.9 2007/12/19 12:31:35 mha Exp $
3
4
set D=%CD%
5
if exist ..\msvc if exist ..\..\..\src cd ..\..\..
@@ -61,7 +61,7 @@ for /r %%f in (*.sql) do if exist %%f.in del %%f
61
cd %D%
62
63
REM Clean up ecpg regression test files
64
-msbuild ecpg_regression.proj /t:clean /v:q
+msbuild /NoLogo ecpg_regression.proj /t:clean /v:q
65
66
goto :eof
67
0 commit comments