8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ed137 commit 6e650a5Copy full SHA for 6e650a5
src/tools/msvc/Install.pm
@@ -83,10 +83,11 @@ sub Install
83
"src");
84
CopySetOfFiles('config files', $sample_files, $target . '/share/');
85
CopyFiles(
86
- 'Import 7B08 libraries', $target . '/lib/',
87
- "$conf\\", "postgres\\postgres.lib",
88
- "libpq\\libpq.lib", "libecpg\\libecpg.lib",
89
- "libpgport\\libpgport.lib");
+ 'Import libraries', $target . '/lib/',
+ "$conf\\", "postgres\\postgres.lib",
+ "libpq\\libpq.lib", "libecpg\\libecpg.lib",
+ "libpgport\\libpgport.lib", "libpgtypes\\libpgtypes.lib",
90
+ "libecpg_compat\\libecpg_compat.lib");
91
CopySetOfFiles(
92
'timezone names',
93
[ glob('src\timezone\tznames\*.txt') ],
0 commit comments