[Libreoffice-commits] core.git: Library_urelibs.mk

Tor Lillqvist tml at collabora.com
Fri Nov 15 06:06:13 PST 2013


 Library_urelibs.mk |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit b7f38c8f6d63798714b9881ac8ff2da11c72799b
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Nov 15 16:05:21 2013 +0200

    Add Win32 system libs
    
    Change-Id: I9d232d1e4104319083bc74c491b9c37231e259cc

diff --git a/Library_urelibs.mk b/Library_urelibs.mk
index 014116b..dfcdd53 100644
--- a/Library_urelibs.mk
+++ b/Library_urelibs.mk
@@ -35,4 +35,13 @@ $(eval $(call gb_Library_add_libs,urelibs,\
 	) \
 ))
 
+$(if $(filter $(OS),WNT), \
+	$(eval $(call gb_Library_use_system_win32_libs,urelibs,\
+		mpr \
+		ole32 \
+		shell32 \
+		ws2_32 \
+	)) \
+)
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list