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

Appearance settings

Commit 61f14cc

Browse filesBrowse files
committed
Tweak MSVC build system to match changes in 7143b3e.
Looks like we need to pull in $libpgcommon in a couple more places than before. Per buildfarm.
1 parent 97c6852 commit 61f14cc
Copy full SHA for 61f14cc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Copy file name to clipboardExpand all lines: src/tools/msvc/Mkvcbuild.pm
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.