mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Tweak MSVC build system to match changes in 7143b3e82
.
Looks like we need to pull in $libpgcommon in a couple more places than before. Per buildfarm.
This commit is contained in:
parent
97c6852ff7
commit
61f14cc8c8
@ -240,7 +240,7 @@ sub mkvcbuild
|
||||
$libpq->UseDef('src/interfaces/libpq/libpqdll.def');
|
||||
$libpq->ReplaceFile('src/interfaces/libpq/libpqrc.c',
|
||||
'src/interfaces/libpq/libpq.rc');
|
||||
$libpq->AddReference($libpgport);
|
||||
$libpq->AddReference($libpgcommon, $libpgport);
|
||||
|
||||
# The OBJS scraper doesn't know about ifdefs, so remove appropriate files
|
||||
# if building without OpenSSL.
|
||||
@ -264,7 +264,7 @@ sub mkvcbuild
|
||||
'libpgtypes', 'dll',
|
||||
'interfaces', 'src/interfaces/ecpg/pgtypeslib');
|
||||
$pgtypes->AddDefine('FRONTEND');
|
||||
$pgtypes->AddReference($libpgport);
|
||||
$pgtypes->AddReference($libpgcommon, $libpgport);
|
||||
$pgtypes->UseDef('src/interfaces/ecpg/pgtypeslib/pgtypeslib.def');
|
||||
$pgtypes->AddIncludeDir('src/interfaces/ecpg/include');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user