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

Commit61f14cc

Browse files
committed
Tweak MSVC build system to match changes in7143b3e.
Looks like we need to pull in $libpgcommon in a couple moreplaces than before.Per buildfarm.
1 parent97c6852 commit61f14cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Mkvcbuild.pm‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ sub mkvcbuild
240240
$libpq->UseDef('src/interfaces/libpq/libpqdll.def');
241241
$libpq->ReplaceFile('src/interfaces/libpq/libpqrc.c',
242242
'src/interfaces/libpq/libpq.rc');
243-
$libpq->AddReference($libpgport);
243+
$libpq->AddReference($libpgcommon,$libpgport);
244244

245245
# The OBJS scraper doesn't know about ifdefs, so remove appropriate files
246246
# if building without OpenSSL.
@@ -264,7 +264,7 @@ sub mkvcbuild
264264
'libpgtypes','dll',
265265
'interfaces','src/interfaces/ecpg/pgtypeslib');
266266
$pgtypes->AddDefine('FRONTEND');
267-
$pgtypes->AddReference($libpgport);
267+
$pgtypes->AddReference($libpgcommon,$libpgport);
268268
$pgtypes->UseDef('src/interfaces/ecpg/pgtypeslib/pgtypeslib.def');
269269
$pgtypes->AddIncludeDir('src/interfaces/ecpg/include');
270270

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp