mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Properly install ecpg_compat and pgtypes libraries on msvc
JiangGuiqing
This commit is contained in:
		
							parent
							
								
									b5ed1376c6
								
							
						
					
					
						commit
						6e650a55cd
					
				| @ -83,10 +83,11 @@ sub Install | ||||
| 		"src"); | ||||
| 	CopySetOfFiles('config files', $sample_files, $target . '/share/'); | ||||
| 	CopyFiles( | ||||
| 		'Import libraries', $target . '/lib/', | ||||
| 		"$conf\\",          "postgres\\postgres.lib", | ||||
| 		"libpq\\libpq.lib", "libecpg\\libecpg.lib", | ||||
| 		"libpgport\\libpgport.lib"); | ||||
| 		'Import libraries',         $target . '/lib/', | ||||
| 		"$conf\\",                  "postgres\\postgres.lib", | ||||
| 		"libpq\\libpq.lib",         "libecpg\\libecpg.lib", | ||||
| 		"libpgport\\libpgport.lib", "libpgtypes\\libpgtypes.lib", | ||||
| 		"libecpg_compat\\libecpg_compat.lib"); | ||||
| 	CopySetOfFiles( | ||||
| 		'timezone names', | ||||
| 		[ glob('src\timezone\tznames\*.txt') ], | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user