diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-05-04 08:47:35 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-05-04 08:47:35 +0200 |
commit | da7058c856f6b69d6c7d1134fdf0a764fd0202c9 (patch) | |
tree | 4fcb2e9c62eeca16a57c7030a45a32e9456ecfe8 /postgresql | |
parent | acbbd79b031889cc138a093813f3b8c2ceb9a3f5 (diff) |
Revert "Fix Windows debug build."
This reverts commit db649c52911fd5b030a7e4e0c941d7ee75b98785.
I will patch the external postgresql library instead.
Diffstat (limited to 'postgresql')
-rw-r--r-- | postgresql/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql/prj/d.lst b/postgresql/prj/d.lst index 9c7201cda7d0..8f6d9ab2e680 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 + |