Commit 595a6a03 authored by Peter Eisentraut's avatar Peter Eisentraut

Add libpgport to isolationtester on MSVC

From: Asif Naeem <anaeem.it@gmail.com>
parent 3c093b4a
...@@ -344,7 +344,7 @@ sub mkvcbuild ...@@ -344,7 +344,7 @@ sub mkvcbuild
$isolation_tester->AddDefine('HOST_TUPLE="i686-pc-win32vc"'); $isolation_tester->AddDefine('HOST_TUPLE="i686-pc-win32vc"');
$isolation_tester->AddDefine('FRONTEND'); $isolation_tester->AddDefine('FRONTEND');
$isolation_tester->AddLibrary('wsock32.lib'); $isolation_tester->AddLibrary('wsock32.lib');
$isolation_tester->AddReference($libpq, $libpgport); $isolation_tester->AddReference($libpq, $libpgcommon, $libpgport);
my $pgregress_isolation = my $pgregress_isolation =
$solution->AddProject('pg_isolation_regress', 'exe', 'misc'); $solution->AddProject('pg_isolation_regress', 'exe', 'misc');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment