summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-12-17 12:43:22 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-12-17 12:43:22 +0100
commitb80e3ed60399655cc665273e8f272dbea1721487 (patch)
treeb80f477882cd313968e165795c27608a9581c178 /shell
parent4c19808f9883be023d48838a9a9d4e50daa84282 (diff)
parent279c7d91d60d54e1f51e2872cfb8ddc4447e8c26 (diff)
CWS-TOOLING: integrate CWS gnumake2
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 da28e5ff68..3ee6298e74 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 ------------------------------------------------------