summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svtools/util/makefile.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/svtools/util/makefile.mk b/svtools/util/makefile.mk
index 030a34c73c1e..17ff7341a01a 100644
--- a/svtools/util/makefile.mk
+++ b/svtools/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.62 $
+# $Revision: 1.63 $
#
-# last change: $Author: hr $ $Date: 2007-06-27 14:56:07 $
+# last change: $Author: rt $ $Date: 2007-07-26 08:47:25 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -192,9 +192,8 @@ DEF1DES =SvTools
SHL2TARGET= svl$(VERSION)$(DLLPOSTFIX)
SHL2IMPLIB= _isvl
SHL2USE_EXPORTS=ordinal
-
+#Do not link with VCL or any other library that links with VCL
SHL2STDLIBS= \
- $(VCLLIB) \
$(UNOTOOLSLIB) \
$(TOOLSLIB) \
$(I18NISOLANGLIB) \