summaryrefslogtreecommitdiff
path: root/tools/Executable_so_checksum.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 /tools/Executable_so_checksum.mk
parent582eb5a368de1627164bc50e25f9eab8ae96e1a8 (diff)
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'tools/Executable_so_checksum.mk')
-rw-r--r--tools/Executable_so_checksum.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/Executable_so_checksum.mk b/tools/Executable_so_checksum.mk
index 491a2a958514..32b95bedd6da 100644
--- a/tools/Executable_so_checksum.mk
+++ b/tools/Executable_so_checksum.mk
@@ -51,21 +51,4 @@ $(eval $(call gb_Executable_add_exception_objects,so_checksum,\
tools/bootstrp/so_checksum \
))
-ifeq ($(OS),WNT)
-ifneq ($(USE_MINGW),)
-$(eval $(call gb_Executable_add_linked_libs,so_checksum,\
- mingwthrd \
- $(gb_MINGW_LIBSTDCPP) \
- mingw32 \
- $(gb_MINGW_LIBGCC) \
- uwinapi \
- moldname \
- mingwex \
- kernel32 \
- msvcrt \
- user32 \
-))
-endif
-endif
-
# vim: set noet sw=4 ts=4: