summaryrefslogtreecommitdiff
path: root/postgresql/prj
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-09 10:59:23 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-09 11:00:57 +0100
commitefcc41848b7fbdeaf2eea20d232f47f9346c42ce (patch)
treea93005a1e174d70d4e61d1a02f840b57af057dbe /postgresql/prj
parentc83d5a1fe14a65be687f687e0537f1d5e4c820b3 (diff)
Trying to simplify the building of static libpq
Diffstat (limited to 'postgresql/prj')
-rw-r--r--postgresql/prj/d.lst8
1 files changed, 4 insertions, 4 deletions
diff --git a/postgresql/prj/d.lst b/postgresql/prj/d.lst
index 4582682dc159..88c3a86cb8b9 100644
--- a/postgresql/prj/d.lst
+++ b/postgresql/prj/d.lst
@@ -1,7 +1,7 @@
mkdir: %_DEST%\inc\postgresql
-..\%__SRC%\usr\include\postgresql\libpq-fe.h %_DEST%\inc\postgresql\
-..\%__SRC%\usr\include\postgresql\postgres_ext.h %_DEST%\inc\postgresql\
-..\%__SRC%\usr\lib\libpq.a %_DEST%\lib\libpq.a
-#..\%__SRC%\usr\share\locale\* %_DEST%\ TODO
+..\%__SRC%\misc\build\postgresql-*\src\include\postgres_ext.h %_DEST%\inc\postgresql\
+..\%__SRC%\misc\build\postgresql-*\src\interfaces\libpq\libpq-fe.h %_DEST%\inc\postgresql\
+..\%__SRC%\misc\build\postgresql-*\src\interfaces\libpq\libpq.a %_DEST%\lib\
+..\%__SRC%\lib\*.lib %_DEST%\lib\*.lib