diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:33:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:33:51 +0000 |
commit | b221b0684d412fa84bddf44887db60110b5cc350 (patch) | |
tree | ef3e438fbfa7799e5a2444f364e5fff0efdf6682 /sot | |
parent | 792898e4b39e5e0d51aefb5e4f242ee20d119089 (diff) |
INTEGRATION: CWS ause076 (1.17.6); FILE MERGED
2007/02/28 10:43:20 hjs 1.17.6.1: #i74812# cleanup *LIB and more
Diffstat (limited to 'sot')
-rw-r--r-- | sot/util/makefile.mk | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sot/util/makefile.mk b/sot/util/makefile.mk index b1f1cf0282ad..afef1687450c 100644 --- a/sot/util/makefile.mk +++ b/sot/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: obo $ $Date: 2007-01-25 15:41:34 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:33:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -55,15 +55,10 @@ SHL1IMPLIB= $(TARGET) SHL1USE_EXPORTS=ordinal SHL1LIBS= $(SLB)$/$(TARGET).lib -SHL1STDLIBS=$(TOOLSLIB) $(RTLLIB) $(SALLIB) $(UNOTOOLSLIB) $(CPPUHELPERLIB) $(COMPHELPERLIB) $(UCBHELPERLIB) $(UNOLIB) $(CPPULIB) +SHL1STDLIBS=$(TOOLSLIB) $(SALLIB) $(UNOTOOLSLIB) $(CPPUHELPERLIB) $(COMPHELPERLIB) $(UCBHELPERLIB) $(CPPULIB) SHL1DEF= $(MISC)$/$(SHL1TARGET).def -.IF "$(linkinc)" != "" -SHL11FILE= $(MISC)$/base.slo -SHL12FILE= $(MISC)$/sdstor.slo -.ENDIF - DEF1NAME =$(SHL1TARGET) DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt \ $(PRJ)$/inc$/absdev.hxx \ |