diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:31:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:31:53 +0000 |
commit | 828146e69ad9c4e10cfa6ad55474c804a99835d7 (patch) | |
tree | 967c9a70f23b17423429c4b1bd9f77b802d0fc61 /goodies | |
parent | 30b5c482b7a8004b778d0eceb48db946d38632bc (diff) |
INTEGRATION: CWS ause076 (1.9.98); FILE MERGED
2007/02/28 11:03:46 hjs 1.9.98.1: #i74812# cleanup *LIB and more
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/epict/makefile.mk | 6 | ||||
-rw-r--r-- | goodies/source/filter.vcl/eppm/makefile.mk | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/goodies/source/filter.vcl/epict/makefile.mk b/goodies/source/filter.vcl/epict/makefile.mk index 6276d53ed8eb..bea43312b4bd 100644 --- a/goodies/source/filter.vcl/epict/makefile.mk +++ b/goodies/source/filter.vcl/epict/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: ihi $ $Date: 2006-06-29 11:29:56 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:31:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -65,7 +65,7 @@ RESLIB1SRSFILES=$(SRS)$/$(TARGET).srs SHL1TARGET= ept$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= epict -SHL1STDLIBS= $(TOOLSLIB) $(SVLIB) $(SVTOOLLIB) $(CPPULIB) $(SALLIB) +SHL1STDLIBS= $(TOOLSLIB) $(VCLLIB) $(SVTOOLLIB) $(CPPULIB) $(SALLIB) SHL1LIBS= $(SLB)$/epict.lib diff --git a/goodies/source/filter.vcl/eppm/makefile.mk b/goodies/source/filter.vcl/eppm/makefile.mk index 27959a60a428..809c302cf5ae 100644 --- a/goodies/source/filter.vcl/eppm/makefile.mk +++ b/goodies/source/filter.vcl/eppm/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: ihi $ $Date: 2006-06-29 11:30:17 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:31:53 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ RESLIB1SRSFILES=$(SRS)$/$(TARGET).srs SHL1TARGET= epp$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= eppm -SHL1STDLIBS= $(TOOLSLIB) $(SVLIB) $(CPPULIB) $(SVTOOLLIB) $(SALLIB) +SHL1STDLIBS= $(TOOLSLIB) $(VCLLIB) $(CPPULIB) $(SVTOOLLIB) $(SALLIB) SHL1LIBS= $(SLB)$/eppm.lib |