[Libreoffice-commits] .: Branch 'feature/gbuild_merge' - connectivity/Library_postgresql-sdbc-impl.mk

David Ostrovsky davido at kemper.freedesktop.org
Sun May 27 14:26:38 PDT 2012


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

New commits:
commit efbfc7ece0985080d269a674087d3828a38f34af
Author: David Ostrovsky <David.Ostrovsky at 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 \
 ))


More information about the Libreoffice-commits mailing list