Fix MSVC build for changes in zic.

Ooops, I missed back-patching commit f5f15ea6a along with the other stuff.
This commit is contained in:
Tom Lane 2016-07-19 17:53:31 -04:00
parent 3928132ead
commit f102bd8684

View file

@ -435,8 +435,7 @@ sub mkvcbuild
$pgrestore->AddLibrary('ws2_32.lib');
my $zic = $solution->AddProject('zic', 'exe', 'utils');
$zic->AddFiles('src\timezone', 'zic.c', 'ialloc.c', 'scheck.c',
'localtime.c');
$zic->AddFiles('src\timezone', 'zic.c');
$zic->AddReference($libpgport, $libpgcommon);
if ($solution->{options}->{xml})