summaryrefslogtreecommitdiff
path: root/postgresql
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-05-03 13:34:01 +0200
committerJesús Corrius <jesus@softcatala.org>2012-05-03 13:34:01 +0200
commitdb649c52911fd5b030a7e4e0c941d7ee75b98785 (patch)
tree01310e0aedeb1ce0580172e375b3ec9e8897df29 /postgresql
parentb36612d4a34e4ab131c904a9e35ab3e2bded76f5 (diff)
Fix Windows debug build.
The postgresql static library on Windows is named libpqd.lib in debug and libpq.lib when compiled in release. We prefer to not touch the external postgresql, so we make the proper changes in the connectivity module.
Diffstat (limited to 'postgresql')
-rw-r--r--postgresql/prj/d.lst2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql/prj/d.lst b/postgresql/prj/d.lst
index 8f6d9ab2e680..9c7201cda7d0 100644
--- a/postgresql/prj/d.lst
+++ b/postgresql/prj/d.lst
@@ -5,4 +5,4 @@ mkdir: %_DEST%\inc\postgresql
..\%__SRC%\misc\build\postgresql-*\src\interfaces\libpq\libpq-flags.mk %_DEST%\inc\postgresql
..\%__SRC%\misc\build\postgresql-*\src\interfaces\libpq\libpq.a %_DEST%\lib
..\%__SRC%\misc\build\postgresql-*\src\interfaces\libpq\libpq.lib %_DEST%\lib
-
+..\%__SRC%\misc\build\postgresql-*\src\interfaces\libpq\libpqd.lib %_DEST%\lib