diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:37:01 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:37:01 +0000 |
commit | 200db13076796890fc2e0d6b478728ab9f30efe2 (patch) | |
tree | 3fb1a43ffecfde93242e761c4532f3b73efe77a8 /goodies | |
parent | 00d2ea9ccd453e8a3301d050ffc33dba9c58d9c2 (diff) |
INTEGRATION: CWS mergebuild (1.7.40); FILE MERGED
2004/04/22 16:48:39 hjs 1.7.40.1: #i8252# missing libarary
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/ios2met/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/ios2met/makefile.mk b/goodies/source/filter.vcl/ios2met/makefile.mk index ffbe429626a5..2d2430cf7ed8 100644 --- a/goodies/source/filter.vcl/ios2met/makefile.mk +++ b/goodies/source/filter.vcl/ios2met/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: vg $ $Date: 2003-04-15 14:11:52 $ +# last change: $Author: hjs $ $Date: 2004-06-25 12:37:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,7 +82,7 @@ SLOFILES = $(SLO)$/ios2met.obj SHL1TARGET= ime$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= ios2met -SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB) +SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB) $(SALLIB) SHL1DEPN= $(LB)$/ios2met.lib SHL1LIBS= $(SLB)$/ios2met.lib # $(LB)$/rtftoken.lib |