File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454if ($buildwhat and $vcver >= 10.00)
5555{
5656 system (
57- " msbuild $buildwhat .vcxproj $msbflags /verbosity:normal /p:Configuration=$bconf "
57+ " msbuild $buildwhat .vcxproj /verbosity:normal $msbflags /p:Configuration=$bconf "
5858 );
5959}
6060elsif ($buildwhat )
6363}
6464else
6565{
66- system (" msbuild pgsql.sln $msbflags /verbosity:normal /p:Configuration=$bconf " );
66+ system (" msbuild pgsql.sln /verbosity:normal $msbflags /p:Configuration=$bconf " );
6767}
6868
6969# report status
Original file line number Diff line number Diff line change @@ -107,6 +107,6 @@ REM for /r %%f in (*.sql) do if exist %%f.in del %%f
107107cd %D%
108108
109109REM Clean up ecpg regression test files
110- msbuild %MSBFLAGS% /NoLogo ecpg_regression.proj /t:clean /v:q
110+ msbuild ecpg_regression.proj /NoLogo /v:q %MSBFLAGS% /t:clean
111111
112112goto :eof
You can’t perform that action at this time.
0 commit comments