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 | f00fbe6e91ce371f589d5f0fe4dd485dbb31064a (patch) | |
tree | c3b5bbfb6f4336084aeb332e009f4f8d57deee2a /sfx2/Library_sfx.mk | |
parent | e17e44d1787f8c7f830e22f129d4aab497900dea (diff) |
Backed out changeset: e84942bd0aca
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rwxr-xr-x | sfx2/Library_sfx.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 3c3ebe85294e..ed941d5b9a9f 100755 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -285,25 +285,6 @@ $(eval $(call gb_Library_add_cxxobjects,sfx,\ , $(gb_LinkTarget_EXCEPTIONFLAGS) -nologo -UPRECOMPILED_HEADERS \ )) -ifneq ($(USE_MINGW),) -$(eval $(call gb_Library_add_linked_libs,sfx,\ - mingwthrd \ - $(gb_MINGW_LIBSTDCPP) \ - mingw32 \ - $(gb_MINGW_LIBGCC) \ - uwinapi \ - moldname \ - mingwex \ - advapi32 \ - gdi32 \ - kernel32 \ - msvcrt \ - ole32 \ - shell32 \ - user32 \ - uuid \ -)) -else $(eval $(call gb_Library_add_linked_libs,sfx,\ advapi32 \ gdi32 \ @@ -316,7 +297,6 @@ $(eval $(call gb_Library_add_linked_libs,sfx,\ uuid \ uwinapi \ )) -endif else $(eval $(call gb_Library_add_cxxobjects,sfx,\ sfx2/source/appl/shutdowniconw32 \ |