summaryrefslogtreecommitdiff
path: root/tools/Executable_so_checksum.mk
diff options
context:
space:
mode:
authortono <tono@openoffice.org>2011-01-05 21:38:47 +0900
committertono <tono@openoffice.org>2011-01-05 21:38:47 +0900
commit719a761b4f8e71a5cf86d5c92bff0cb44be612c7 (patch)
treeea48cb453c32b7fafda1ff64a346273c101b3119 /tools/Executable_so_checksum.mk
parente389e3aef4fddf06a0e1e902802ad00f2e60905f (diff)
Backed out changeset: e84942bd0aca
Diffstat (limited to 'tools/Executable_so_checksum.mk')
-rw-r--r--tools/Executable_so_checksum.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/Executable_so_checksum.mk b/tools/Executable_so_checksum.mk
index 1c0faf30b015..071f0c5bb7b0 100644
--- a/tools/Executable_so_checksum.mk
+++ b/tools/Executable_so_checksum.mk
@@ -51,20 +51,6 @@ $(eval $(call gb_Executable_add_exception_objects,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 \
-))
-else
$(eval $(call gb_Executable_add_linked_libs,so_checksum,\
kernel32 \
msvcrt \
@@ -73,7 +59,6 @@ $(eval $(call gb_Executable_add_linked_libs,so_checksum,\
uwinapi \
))
endif
-endif
ifeq ($(OS),LINUX)
$(eval $(call gb_Executable_add_linked_libs,so_checksum,\