summaryrefslogtreecommitdiff
path: root/svtools/util
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-26 07:47:25 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-26 07:47:25 +0000
commitc42248c3254438f0cd57069b7514edd040cb274f (patch)
tree35512813afb00b60f7d9e8b116a6ae4567b6d5ce /svtools/util
parent56077e08b7e88790e4d1e073acee5c313d94ab83 (diff)
INTEGRATION: CWS jl67 (1.61.98); FILE MERGED
2007/07/11 15:19:11 jl 1.61.98.2: RESYNC: (1.61-1.62); FILE MERGED 2007/07/05 15:22:26 jl 1.61.98.1: #i77886# remove dependency on vcl in svl
Diffstat (limited to 'svtools/util')
-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) \