Skip to content

Commit cc07e06

Browse files
committed
MSVC: Position MSBFLAGS after flags it might override.
Christian Ullrich
1 parent 4a0a34b commit cc07e06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/msvc/build.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ BEGIN
5454
if ($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
}
6060
elsif ($buildwhat)
@@ -63,7 +63,7 @@ BEGIN
6363
}
6464
else
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

src/tools/msvc/clean.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ REM for /r %%f in (*.sql) do if exist %%f.in del %%f
107107
cd %D%
108108

109109
REM 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

112112
goto :eof

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy