summaryrefslogtreecommitdiff
path: root/svl/Library_svl.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
commitec283a532c1a30270f41f3f57c6c0ff3612a11d3 (patch)
tree48a9da56e08f85efe7794d5dffead2403174f315 /svl/Library_svl.mk
parent582eb5a368de1627164bc50e25f9eab8ae96e1a8 (diff)
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'svl/Library_svl.mk')
-rw-r--r--svl/Library_svl.mk18
1 files changed, 1 insertions, 17 deletions
diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk
index c406fc42b0cf..0ad3ecc4aa87 100644
--- a/svl/Library_svl.mk
+++ b/svl/Library_svl.mk
@@ -158,26 +158,10 @@ $(eval $(call gb_Library_add_exception_objects,svl,\
svl/source/svdde/ddewrap \
))
-ifneq ($(USE_MINGW),)
$(eval $(call gb_Library_add_linked_libs,svl,\
- mingwthrd \
- $(gb_MINGW_LIBSTDCPP) \
- mingw32 \
- $(gb_MINGW_LIBGCC) \
- uwinapi \
- mingwex \
- advapi32 \
- kernel32 \
- gdi32 \
- msvcrt \
- shell32 \
user32 \
))
-else
-$(eval $(call gb_Library_add_linked_libs,svl,\
- user32 \
-))
-endif
+
else
$(eval $(call gb_Library_add_exception_objects,svl,\
svl/unx/source/svdde/ddedummy \