summaryrefslogtreecommitdiff
path: root/xmloff/Library_xof.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_xof.mk
parent80fa6e0c97fc50fee714f3a7dc75d11d2180877b (diff)
parentd646413d464dc5d6518f87daa8538cd0c600797f (diff)
CWS gnumake3: resync to m98
Diffstat (limited to 'xmloff/Library_xof.mk')
-rw-r--r--xmloff/Library_xof.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/xmloff/Library_xof.mk b/xmloff/Library_xof.mk
index 40b48a0ba4af..4ce6132743e0 100644
--- a/xmloff/Library_xof.mk
+++ b/xmloff/Library_xof.mk
@@ -101,6 +101,20 @@ $(eval $(call gb_Library_add_linked_libs,xof,\
endif
ifeq ($(OS),WNT)
+ifneq ($(USE_MINGW),)
+$(eval $(call gb_Library_add_linked_libs,xof,\
+ mingwthrd \
+ $(gb_MINGW_LIBSTDCPP) \
+ mingw32 \
+ $(gb_MINGW_LIBGCC) \
+ uwinapi \
+ moldname \
+ mingwex \
+ kernel32 \
+ msvcrt \
+ user32 \
+))
+else
$(eval $(call gb_Library_add_linked_libs,xof,\
kernel32 \
msvcrt \
@@ -109,4 +123,5 @@ $(eval $(call gb_Library_add_linked_libs,xof,\
uwinapi \
))
endif
+endif
# vim: set noet ts=4 sw=4: