]> granicus.if.org Git - postgresql/commitdiff
Fix MSVC build for changes in zic.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Jul 2016 21:53:31 +0000 (17:53 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Jul 2016 21:53:31 +0000 (17:53 -0400)
Ooops, I missed back-patching commit f5f15ea6a along with the other stuff.

src/tools/msvc/Mkvcbuild.pm

index 21faa58b3c46018ae6a03af065052f3d06b0539c..b00be834fdedae598f57b93d11581648aecf5855 100644 (file)
@@ -372,8 +372,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->AddDirResourceFile('src/timezone');
        $zic->AddReference($libpgcommon, $libpgport);