mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
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.
This commit is contained in:
parent
1c1a7cbd6a
commit
f5f15ea6aa
@ -375,8 +375,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->AddDirResourceFile('src/timezone');
|
$zic->AddDirResourceFile('src/timezone');
|
||||||
$zic->AddReference($libpgcommon, $libpgport);
|
$zic->AddReference($libpgcommon, $libpgport);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user