projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a03418
)
libpgtypes is a client lib, should not link with backend.
author
Magnus Hagander
<magnus@hagander.net>
Thu, 26 Apr 2007 14:09:12 +0000
(14:09 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 26 Apr 2007 14:09:12 +0000
(14:09 +0000)
src/tools/msvc/Mkvcbuild.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Mkvcbuild.pm
b/src/tools/msvc/Mkvcbuild.pm
index 486dfa8cd4798d8a2d2c25d3e7321f1183130227..47969b084336a4774adc08226fd0c6ba336be522 100644
(file)
--- a/
src/tools/msvc/Mkvcbuild.pm
+++ b/
src/tools/msvc/Mkvcbuild.pm
@@
-128,7
+128,7
@@
sub mkvcbuild
my $pgtypes =
$solution->AddProject('libpgtypes','dll','interfaces','src\interfaces\ecpg\pgtypeslib');
$pgtypes->AddDefine('FRONTEND');
- $pgtypes->AddReference($
postgres,$
libpgport);
+ $pgtypes->AddReference($libpgport);
$pgtypes->AddIncludeDir('src\interfaces\ecpg\include');
my $libecpg =$solution->AddProject('libecpg','dll','interfaces','src\interfaces\ecpg\ecpglib');