Content-Length: 261925 | pFad | http://github.com/postgrespro/postgres/commit/f5f15ea6aad1b75c1c133a914cf29f9831089a6e

26 Fix MSVC build for changes in zic. · postgrespro/postgres@f5f15ea · GitHub
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

Lines changed: 1 addition & 2 deletions
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/f5f15ea6aad1b75c1c133a914cf29f9831089a6e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy