summaryrefslogtreecommitdiff
path: root/xmloff/Library_xof.mk
diff options
context:
space:
mode:
authortono <tono@openoffice.org>2011-01-05 21:38:47 +0900
committertono <tono@openoffice.org>2011-01-05 21:38:47 +0900
commitf00fbe6e91ce371f589d5f0fe4dd485dbb31064a (patch)
treec3b5bbfb6f4336084aeb332e009f4f8d57deee2a /xmloff/Library_xof.mk
parente17e44d1787f8c7f830e22f129d4aab497900dea (diff)
Backed out changeset: e84942bd0aca
Diffstat (limited to 'xmloff/Library_xof.mk')
-rw-r--r--xmloff/Library_xof.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/xmloff/Library_xof.mk b/xmloff/Library_xof.mk
index e809935d12ba..6880eb1a1fd9 100644
--- a/xmloff/Library_xof.mk
+++ b/xmloff/Library_xof.mk
@@ -101,20 +101,6 @@ $(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 \
@@ -123,5 +109,4 @@ $(eval $(call gb_Library_add_linked_libs,xof,\
uwinapi \
))
endif
-endif
# vim: set noet ts=4 sw=4: