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
commit94160afa68a6bf633c5fb14944c5f239187fa7c1 (patch)
tree65743009389efd14619dc13db601ef7e1d453c7c /shell
parent9c5a2fb27f432c2fe4528f2239f560b515d2021c (diff)
parent213e25168a934890e60546be9c819d16754aaa49 (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 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 ------------------------------------------------------