mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	Properly install ecpg_compat and pgtypes libraries on msvc
JiangGuiqing
This commit is contained in:
		| @@ -78,7 +78,7 @@ sub Install | |||||||
|         'Import libraries', |         'Import libraries', | ||||||
|         $target .'/lib/', |         $target .'/lib/', | ||||||
|         "$conf\\", "postgres\\postgres.lib","libpq\\libpq.lib", "libecpg\\libecpg.lib", |         "$conf\\", "postgres\\postgres.lib","libpq\\libpq.lib", "libecpg\\libecpg.lib", | ||||||
|         "libpgport\\libpgport.lib" |         "libpgport\\libpgport.lib", "libpgtypes\\libpgtypes.lib","libecpg_compat\\libecpg_compat.lib" | ||||||
|     ); |     ); | ||||||
|     CopySetOfFiles( |     CopySetOfFiles( | ||||||
|         'timezone names', |         'timezone names', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user