Skip to content

Commit f102bd8

Browse files
committed
Fix MSVC build for changes in zic.
Ooops, I missed back-patching commit f5f15ea along with the other stuff.
1 parent 3928132 commit f102bd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,7 @@ sub mkvcbuild
435435
$pgrestore->AddLibrary('ws2_32.lib');
436436

437437
my $zic = $solution->AddProject('zic', 'exe', 'utils');
438-
$zic->AddFiles('src\timezone', 'zic.c', 'ialloc.c', 'scheck.c',
439-
'localtime.c');
438+
$zic->AddFiles('src\timezone', 'zic.c');
440439
$zic->AddReference($libpgport, $libpgcommon);
441440

442441
if ($solution->{options}->{xml})

0 commit comments

Comments
 (0)