summaryrefslogtreecommitdiff
path: root/tools/Executable_so_checksum.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-01 18:44:12 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-01 18:44:12 +0100
commitf7d5dd5f78289e1e0934d45262debd532432394f (patch)
treeb582bd83ab8e0f908349ebde958d303ba47091a4 /tools/Executable_so_checksum.mk
parent017970dc24d6b9e7b647a296a638e4c6892ab42e (diff)
CWS gnumake3: use standard linked libs on Windows
Diffstat (limited to 'tools/Executable_so_checksum.mk')
-rw-r--r--tools/Executable_so_checksum.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/Executable_so_checksum.mk b/tools/Executable_so_checksum.mk
index 1c0faf30b015..952bb338aabc 100644
--- a/tools/Executable_so_checksum.mk
+++ b/tools/Executable_so_checksum.mk
@@ -42,6 +42,7 @@ $(eval $(call gb_Executable_set_cxxflags,so_checksum,\
$(eval $(call gb_Executable_add_linked_libs,so_checksum,\
sal \
tl \
+ $(gb_StdLibs) \
))
# used to link against basegfxlx comphelp4gcc3 i18nisolang1gcc3 ucbhelper4gcc3 uno_cppu uno_cppuhelpergcc3 uno_salhelpergcc3 vos3gcc3 - seems to be superficial
@@ -64,14 +65,6 @@ $(eval $(call gb_Executable_add_linked_libs,so_checksum,\
msvcrt \
user32 \
))
-else
-$(eval $(call gb_Executable_add_linked_libs,so_checksum,\
- kernel32 \
- msvcrt \
- oldnames \
- user32 \
- uwinapi \
-))
endif
endif