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 | f6995c48aabedfda6ba6852eabeb10d335cad219 (patch) | |
tree | 18ace76a2e7be00ef1900ef68e24289050f7ec04 /sw/Library_swui.mk | |
parent | c3c1e664ee43c83937f82362e64296ec9d8018e6 (diff) |
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'sw/Library_swui.mk')
-rw-r--r-- | sw/Library_swui.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk index ac3a8dfe3bca..f7b3f529c80f 100644 --- a/sw/Library_swui.mk +++ b/sw/Library_swui.mk @@ -165,21 +165,4 @@ $(eval $(call gb_Library_add_exception_objects,swui,\ sw/source/ui/utlui/swrenamexnameddlg \ )) -ifeq ($(OS),WNT) -ifneq ($(USE_MINGW),) -$(eval $(call gb_Library_add_linked_libs,swui,\ - mingwthrd \ - $(gb_MINGW_LIBSTDCPP) \ - mingw32 \ - $(gb_MINGW_LIBGCC) \ - uwinapi \ - moldname \ - mingwex \ - advapi32 \ - kernel32 \ - msvcrt \ - user32 \ -)) -endif -endif # vim: set noet sw=4 ts=4: |