diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:31:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:31:42 +0000 |
commit | 7d0c80ad555b6e1ed0041583b2ef48a3fa67bd65 (patch) | |
tree | da67707014193cc3a86e6563be904e47962c7975 | |
parent | d0d6671fa3cc2e9abd7e3af455746ca7e88bcc54 (diff) |
INTEGRATION: CWS ause036 (1.9.34); FILE MERGED
2005/11/15 15:21:18 hjs 1.9.34.1: #i50255# remove obsolete/wronge dependencies
-rw-r--r-- | goodies/source/filter.vcl/idxf/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/idxf/makefile.mk b/goodies/source/filter.vcl/idxf/makefile.mk index 69dfda8969fc..282fd38ff4bf 100644 --- a/goodies/source/filter.vcl/idxf/makefile.mk +++ b/goodies/source/filter.vcl/idxf/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hr $ $Date: 2006-06-19 21:47:18 $ +# last change: $Author: ihi $ $Date: 2006-06-29 11:31:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -68,7 +68,6 @@ SHL1TARGET= idx$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= idxf SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB) $(SALLIB) -SHL1DEPN= $(LB)$/idxf.lib SHL1LIBS= $(SLB)$/idxf.lib # $(LB)$/rtftoken.lib .IF "$(GUI)" != "UNX" |