summaryrefslogtreecommitdiff
path: root/Library_urelibs.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-15 16:05:21 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-15 16:05:21 +0200
commitb7f38c8f6d63798714b9881ac8ff2da11c72799b (patch)
tree4b5abd6c485450064447d37730a1d5918b035eba /Library_urelibs.mk
parent13d36ad94937fa278690a5cc5287e8997aecb10f (diff)
Add Win32 system libs
Change-Id: I9d232d1e4104319083bc74c491b9c37231e259cc
Diffstat (limited to 'Library_urelibs.mk')
-rw-r--r--Library_urelibs.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/Library_urelibs.mk b/Library_urelibs.mk
index 014116b51b22..dfcdd53b700a 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: