Fix for MSVC lib installation
| От | Dave Page |
|---|---|
| Тема | Fix for MSVC lib installation |
| Дата | |
| Msg-id | 462F674B.6020700@postgresql.org обсуждение исходный текст |
| Ответы |
Re: Fix for MSVC lib installation
|
| Список | pgsql-patches |
The attached patch installs libpgport.lib under MSVC, and corrects a
typo in a message.
Regards, Dave
Index: Install.pm
===================================================================
RCS file: /projects/cvsroot/pgsql/src/tools/msvc/Install.pm,v
retrieving revision 1.12
diff -c -r1.12 Install.pm
*** Install.pm 23 Apr 2007 17:18:58 -0000 1.12
--- Install.pm 25 Apr 2007 14:10:59 -0000
***************
*** 46,52 ****
CopyFiles(
'Import libraries',
$target .'/lib/',
! "$conf\\", "postgres\\postgres.lib","libpq\\libpq.lib", "libecpg\\libecpg.lib"
);
CopySetOfFiles('timezone names', 'src\timezone\tznames\*.txt',$target . '/share/timezonesets/');
CopyFiles(
--- 46,52 ----
CopyFiles(
'Import libraries',
$target .'/lib/',
! "$conf\\", "postgres\\postgres.lib","libpq\\libpq.lib", "libecpg\\libecpg.lib", "libpgport\\libpgport.lib"
);
CopySetOfFiles('timezone names', 'src\timezone\tznames\*.txt',$target . '/share/timezonesets/');
CopyFiles(
***************
*** 265,271 ****
foreach my $f (split /\s+/,$flist)
{
copy('contrib/' . $d . '/' . $f, $target . '/doc/contrib/' . $f)
! || croak("Coud not copy file $f in contrib $d");
print '.';
}
}
--- 265,271 ----
foreach my $f (split /\s+/,$flist)
{
copy('contrib/' . $d . '/' . $f, $target . '/doc/contrib/' . $f)
! || croak("Could not copy file $f in contrib $d");
print '.';
}
}
В списке pgsql-patches по дате отправления: