diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 10:07:29 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-29 10:07:29 +0000 |
commit | 6ba901209bb8f76518fa7d7a22b0307406c9f5b0 (patch) | |
tree | f4c9187cb2947607429309123a96f1c56d75a1c9 /cppcanvas/util/makefile.mk | |
parent | f6e45ca2d96c28afd7825fda701fb24496748622 (diff) |
INTEGRATION: CWS warningfixes03_SRC680 (1.4.30); FILE MERGED
2006/08/24 09:15:30 mhu 1.4.30.1: #i68887# Removed obsolete dependency on svtools.
Diffstat (limited to 'cppcanvas/util/makefile.mk')
-rw-r--r-- | cppcanvas/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/util/makefile.mk b/cppcanvas/util/makefile.mk index 5ce1e6d0ce9d..dda2ba2e8949 100644 --- a/cppcanvas/util/makefile.mk +++ b/cppcanvas/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 08:32:25 $ +# last change: $Author: ihi $ $Date: 2006-08-29 11:07:29 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ LIB1FILES=\ SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= i$(TARGET) -SHL1STDLIBS= $(TOOLSLIB) $(SVTOOLLIB) $(CPPULIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(CANVASTOOLSLIB) $(CPPUHELPERLIB) $(BASEGFXLIB) +SHL1STDLIBS= $(TOOLSLIB) $(CPPULIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(CANVASTOOLSLIB) $(CPPUHELPERLIB) $(BASEGFXLIB) SHL1LIBS= $(SLB)$/$(TARGET).lib |