connectivity/Library_postgresql-sdbc-impl.mk |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit efbfc7ece0985080d269a674087d3828a38f34af
Author: David Ostrovsky <david.ostrov...@gmx.de>
Date:   Sun May 27 23:25:44 2012 +0200

    postgresql-lib: add shell32.dll on windows
    
    Change-Id: I5a2619347c5cc0a3f7f896223fc4a60ae79d3796

diff --git a/connectivity/Library_postgresql-sdbc-impl.mk 
b/connectivity/Library_postgresql-sdbc-impl.mk
index b634b58..62c4f2f 100644
--- a/connectivity/Library_postgresql-sdbc-impl.mk
+++ b/connectivity/Library_postgresql-sdbc-impl.mk
@@ -46,6 +46,12 @@ $(eval $(call gb_Library_use_libraries,postgresql-sdbc-impl,\
        $(gb_STDLIBS) \
 ))
 
+ifeq ($(OS),WNT)
+$(eval $(call gb_Library_use_libraries,postgresql-sdbc-impl,\
+       shell32 \
+))
+endif
+
 $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\
        postgresql \
 ))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to