diff options
author | tono <tono@openoffice.org> | 2011-01-05 21:38:47 +0900 |
---|---|---|
committer | tono <tono@openoffice.org> | 2011-01-05 21:38:47 +0900 |
commit | cc9a9d52686d3874ed0932eba4a750845860ae3e (patch) | |
tree | 00defdb84ec1fc7ba9273c80748fcdbdc6b85313 /sw/Library_swui.mk | |
parent | 24735ecb14ca4ea87ba531ac05bb6557a050e424 (diff) |
Backed out changeset: e84942bd0aca
Diffstat (limited to 'sw/Library_swui.mk')
-rw-r--r-- | sw/Library_swui.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk index 927aaab1fd98..12227c9a0ae8 100644 --- a/sw/Library_swui.mk +++ b/sw/Library_swui.mk @@ -167,21 +167,6 @@ $(eval $(call gb_Library_add_exception_objects,swui,\ )) 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 \ -)) -else $(eval $(call gb_Library_add_linked_libs,swui,\ advapi32 \ kernel32 \ @@ -191,5 +176,4 @@ $(eval $(call gb_Library_add_linked_libs,swui,\ uwinapi \ )) endif -endif # vim: set noet sw=4 ts=4: |