summaryrefslogtreecommitdiff
path: root/tools/Executable_mkunroll.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_mkunroll.mk
parent017970dc24d6b9e7b647a296a638e4c6892ab42e (diff)
CWS gnumake3: use standard linked libs on Windows
Diffstat (limited to 'tools/Executable_mkunroll.mk')
-rw-r--r--tools/Executable_mkunroll.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/Executable_mkunroll.mk b/tools/Executable_mkunroll.mk
index 5f9753a2a88f..b904dbf16433 100644
--- a/tools/Executable_mkunroll.mk
+++ b/tools/Executable_mkunroll.mk
@@ -45,6 +45,7 @@ $(eval $(call gb_Executable_add_linked_libs,mkunroll,\
stl \
tl \
vos3 \
+ $(gb_StdLibs) \
))
# used to link against basegfxlx comphelp4gcc3 i18nisolang1gcc3 ucbhelper4gcc3 uno_cppu uno_cppuhelpergcc3 uno_salhelpergcc3 - seems to be superficial
@@ -73,11 +74,7 @@ $(eval $(call gb_Executable_add_linked_libs,mkunroll,\
))
else
$(eval $(call gb_Executable_add_linked_libs,mkunroll,\
- kernel32 \
- msvcrt \
oldnames \
- user32 \
- uwinapi \
))
endif
endif