summaryrefslogtreecommitdiff
path: root/xmloff/Library_xo.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-01-25 18:35:57 +0100
committerMathias Bauer <mba@openoffice.org>2011-01-25 18:35:57 +0100
commit9fa0a785088feeaf3cf4bb502ef8f2e4ec1b1152 (patch)
treec2c38071b41c9d03c6e49599f86950e1a19969c5 /xmloff/Library_xo.mk
parent80fa6e0c97fc50fee714f3a7dc75d11d2180877b (diff)
parentd646413d464dc5d6518f87daa8538cd0c600797f (diff)
CWS gnumake3: resync to m98
Diffstat (limited to 'xmloff/Library_xo.mk')
-rw-r--r--xmloff/Library_xo.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk
index 6d8bef0df7b0..be5eb92215d0 100644
--- a/xmloff/Library_xo.mk
+++ b/xmloff/Library_xo.mk
@@ -390,6 +390,20 @@ $(eval $(call gb_Library_add_linked_libs,xo,\
endif
ifeq ($(OS),WNT)
+ifneq ($(USE_MINGW),)
+$(eval $(call gb_Library_add_linked_libs,xo,\
+ mingwthrd \
+ $(gb_MINGW_LIBSTDCPP) \
+ mingw32 \
+ $(gb_MINGW_LIBGCC) \
+ uwinapi \
+ moldname \
+ mingwex \
+ kernel32 \
+ msvcrt \
+ user32 \
+))
+else
$(eval $(call gb_Library_add_linked_libs,xo,\
kernel32 \
msvcrt \
@@ -398,4 +412,5 @@ $(eval $(call gb_Library_add_linked_libs,xo,\
uwinapi \
))
endif
+endif
# vim: set noet ts=4 sw=4: