diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 19:32:46 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 19:32:46 +0000 |
commit | 2190f78f8410ee8857d6afb806c473f5dd35e386 (patch) | |
tree | 4922bc45442363f77ebef1294a03be2ffba3e922 /sot/util | |
parent | b35f406d847ce8ec1d6ce40f09a5beeeda0f23a1 (diff) |
INTEGRATION: CWS mav09 (1.10.140); FILE MERGED
2004/05/17 09:33:05 mav 1.10.140.1: #i27773# a service to access ole storages
Diffstat (limited to 'sot/util')
-rw-r--r-- | sot/util/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sot/util/makefile.mk b/sot/util/makefile.mk index 7d0a7a8f1a08..a11cdc95b4b7 100644 --- a/sot/util/makefile.mk +++ b/sot/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hjs $ $Date: 2002-04-22 14:54:51 $ +# last change: $Author: kz $ $Date: 2004-10-04 20:32:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,8 +75,9 @@ TARGET=sot LIB1TARGET= $(SLB)$/$(TARGET).lib LIB1ARCHIV= $(LB)$/lib$(TARGET)$(UPD)$(DLLPOSTFIX).a -LIB1FILES= $(SLB)$/base.lib \ - $(SLB)$/sdstor.lib +LIB1FILES= $(SLB)$/base.lib \ + $(SLB)$/sdstor.lib \ + $(SLB)$/unoolestorage.lib SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= $(TARGET) |