summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-05-06 15:13:08 +0200
committerMathias Bauer <mba@openoffice.org>2010-05-06 15:13:08 +0200
commitc2c267562f199efdfa2e3787cba014a0541e8066 (patch)
treea838d3ded05e345b06799b80b8f8cb09b608b8b9 /shell
parentCWS gnumake2: found missing return statement by accident (diff)
downloadcore-c2c267562f199efdfa2e3787cba014a0541e8066.tar.gz
core-c2c267562f199efdfa2e3787cba014a0541e8066.zip
CWS gnumake2: don't create static libs in tools
Diffstat (limited to 'shell')
-rw-r--r--shell/source/tools/lngconvex/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/tools/lngconvex/makefile.mk b/shell/source/tools/lngconvex/makefile.mk
index da28e5ff68f4..3ee6298e744f 100644
--- a/shell/source/tools/lngconvex/makefile.mk
+++ b/shell/source/tools/lngconvex/makefile.mk
@@ -58,8 +58,8 @@ APP1STDLIBS= $(SALLIB)\
$(I18NISOLANGLIB)
.IF "$(COM)"!="GCC"
-APP1STDLIBS+= $(TOOLSLIBST) \
- msvcprt.lib
+APP1STDLIBS+= msvcprt.lib
+#$(TOOLSLIBST)
.ENDIF
# --- Targets ------------------------------------------------------