Skip to content
Snippets Groups Projects
Commit bdbcfba3 authored by Tom Lane's avatar Tom Lane
Browse files

Fix MSVC build for changes in zic.

Ooops, I missed back-patching commit f5f15ea6 along with the other stuff.
parent 590a7f82
No related branches found
No related tags found
No related merge requests found
...@@ -440,8 +440,7 @@ sub mkvcbuild ...@@ -440,8 +440,7 @@ sub mkvcbuild
$pgrestore->AddLibrary('ws2_32.lib'); $pgrestore->AddLibrary('ws2_32.lib');
my $zic = $solution->AddProject('zic', 'exe', 'utils'); my $zic = $solution->AddProject('zic', 'exe', 'utils');
$zic->AddFiles('src\timezone', 'zic.c', 'ialloc.c', 'scheck.c', $zic->AddFiles('src\timezone', 'zic.c');
'localtime.c');
$zic->AddReference($libpgcommon, $libpgport); $zic->AddReference($libpgcommon, $libpgport);
if ($solution->{options}->{xml}) if ($solution->{options}->{xml})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment