summaryrefslogtreecommitdiffstats
path: root/xmloff/Library_xo.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-03 10:24:18 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-03 10:24:18 +0100
commit1851104998e0996874dbebccbfbd4778848f1f17 (patch)
tree5d92a8e6727674e590ee147a2908bd74ec4e4bca /xmloff/Library_xo.mk
parentCWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of ind... (diff)
downloadcore-1851104998e0996874dbebccbfbd4778848f1f17.tar.gz
core-1851104998e0996874dbebccbfbd4778848f1f17.zip
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'xmloff/Library_xo.mk')
-rw-r--r--xmloff/Library_xo.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk
index 71afa085d2cd..8efabefa47b1 100644
--- a/xmloff/Library_xo.mk
+++ b/xmloff/Library_xo.mk
@@ -379,18 +379,4 @@ $(eval $(call gb_Library_add_exception_objects,xo,\
xmloff/source/xforms/xformsimport \
))
-ifeq ($(OS),WNT)
-ifneq ($(USE_MINGW),)
-$(eval $(call gb_Library_add_linked_libs,xo,\
- mingwthrd \
- $(gb_MINGW_LIBSTDCPP) \
- mingw32 \
- $(gb_MINGW_LIBGCC) \
- uwinapi \
- mingwex \
- kernel32 \
- msvcrt \
-))
-endif
-endif
# vim: set noet ts=4 sw=4: