summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: