Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f5f15ea

Browse files
committed
Fix MSVC build for changes in zic.
zic now only needs zic.c, but I didn't realize knowledge about it was hardwired into Mkvcbuild.pm. Per buildfarm.
1 parent 1c1a7cb commit f5f15ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/msvc/Mkvcbuild.pm

+1-2
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,7 @@ sub mkvcbuild
375375
$pgrestore->AddLibrary('ws2_32.lib');
376376

377377
my $zic = $solution->AddProject('zic', 'exe', 'utils');
378-
$zic->AddFiles('src/timezone', 'zic.c', 'ialloc.c', 'scheck.c',
379-
'localtime.c');
378+
$zic->AddFiles('src/timezone', 'zic.c');
380379
$zic->AddDirResourceFile('src/timezone');
381380
$zic->AddReference($libpgcommon, $libpgport);
382381

0 commit comments

Comments
 (0)