summaryrefslogtreecommitdiff
path: root/xmloff/Library_xo.mk
diff options
context:
space:
mode:
authorIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-01-28 17:43:26 +0100
committerIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-01-28 17:43:26 +0100
commit53052f6a3c3a1e2ed6a55123b23a878cb288974a (patch)
tree2875c4d6c5aa0ec2b1924b7a0b83cdd296391892 /xmloff/Library_xo.mk
parentf329f09bb7a24c357cf1608c4b00c978892dc0bb (diff)
parentd646413d464dc5d6518f87daa8538cd0c600797f (diff)
chart46: merge with dev300m98
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 b4d34e5d2ded..b8cd18a64684 100644
--- a/xmloff/Library_xo.mk
+++ b/xmloff/Library_xo.mk
@@ -391,6 +391,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 \
@@ -399,4 +413,5 @@ $(eval $(call gb_Library_add_linked_libs,xo,\
uwinapi \
))
endif
+endif
# vim: set noet ts=4 sw=4: