MSVC: Position MSBFLAGS after flags it might override.
Christian Ullrich
This commit is contained in:
parent
4a0a34b5b6
commit
cc07e06b1e
@ -54,7 +54,7 @@ elsif (uc($ARGV[0]) ne "RELEASE")
|
|||||||
if ($buildwhat and $vcver >= 10.00)
|
if ($buildwhat and $vcver >= 10.00)
|
||||||
{
|
{
|
||||||
system(
|
system(
|
||||||
"msbuild $buildwhat.vcxproj $msbflags /verbosity:normal /p:Configuration=$bconf"
|
"msbuild $buildwhat.vcxproj /verbosity:normal $msbflags /p:Configuration=$bconf"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
elsif ($buildwhat)
|
elsif ($buildwhat)
|
||||||
@ -63,7 +63,7 @@ elsif ($buildwhat)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
system("msbuild pgsql.sln $msbflags /verbosity:normal /p:Configuration=$bconf");
|
system("msbuild pgsql.sln /verbosity:normal $msbflags /p:Configuration=$bconf");
|
||||||
}
|
}
|
||||||
|
|
||||||
# report status
|
# report status
|
||||||
|
@ -107,6 +107,6 @@ REM for /r %%f in (*.sql) do if exist %%f.in del %%f
|
|||||||
cd %D%
|
cd %D%
|
||||||
|
|
||||||
REM Clean up ecpg regression test files
|
REM Clean up ecpg regression test files
|
||||||
msbuild %MSBFLAGS% /NoLogo ecpg_regression.proj /t:clean /v:q
|
msbuild ecpg_regression.proj /NoLogo /v:q %MSBFLAGS% /t:clean
|
||||||
|
|
||||||
goto :eof
|
goto :eof
|
||||||
|
Loading…
x
Reference in New Issue
Block a user