diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-03 10:24:18 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-03 10:24:18 +0100 |
commit | 1851104998e0996874dbebccbfbd4778848f1f17 (patch) | |
tree | 5d92a8e6727674e590ee147a2908bd74ec4e4bca /xmloff/Library_xo.mk | |
parent | ab451ff91e394a5f756558a9b27b39b55c43f075 (diff) |
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'xmloff/Library_xo.mk')
-rw-r--r-- | xmloff/Library_xo.mk | 14 |
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: |