Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc07e06

Browse files
committed
MSVC: Position MSBFLAGS after flags it might override.
Christian Ullrich
1 parent4a0a34b commitcc07e06

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 ($buildwhatand$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% /NoLogoecpg_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)

[8]ページ先頭

©2009-2025 Movatter.jp