summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 12:45:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 12:45:04 +0000
commit76083925732cf66aa745b03a0fe43f4690eeea47 (patch)
treed4f5b3bc347b312d1a5244fdccdecc0d5c76166c
parent2d26a94bb1c4a3c742550ca48adb0d5d7ec69e3e (diff)
INTEGRATION: CWS tune01 (1.12.72); FILE MERGED
2003/04/01 12:05:50 mhu 1.12.72.1: #108383# Removed excess shared library dependencies.
-rw-r--r--toolkit/util/makefile.mk11
1 files changed, 5 insertions, 6 deletions
diff --git a/toolkit/util/makefile.mk b/toolkit/util/makefile.mk
index 1d20b64d1921..0f045d4fad04 100644
--- a/toolkit/util/makefile.mk
+++ b/toolkit/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: hr $ $Date: 2002-08-15 13:56:25 $
+# last change: $Author: vg $ $Date: 2003-04-15 13:45:04 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -82,12 +82,11 @@ SHL1TARGET= tk$(VERSION)$(DLLPOSTFIX)
SHL1IMPLIB= itk
SHL1STDLIBS=\
- $(TOOLSLIB) \
+ $(VCLLIB) \
$(SOTLIB) \
- $(VOSLIB) \
- $(COMPHELPERLIB) \
$(UNOTOOLSLIB) \
- $(VCLLIB) \
+ $(TOOLSLIB) \
+ $(COMPHELPERLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(SALLIB)