mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix MSVC build for changes in zic.
Ooops, I missed back-patching commit f5f15ea6a along with the other stuff.
			
			
This commit is contained in:
		@@ -440,8 +440,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->AddReference($libpgcommon, $libpgport);
 | 
						$zic->AddReference($libpgcommon, $libpgport);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if ($solution->{options}->{xml})
 | 
						if ($solution->{options}->{xml})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user