diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-06-27 07:04:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-06-27 07:04:53 +0000 |
commit | 35d31f00987fd5c45968b5eb9b41b79d988502da (patch) | |
tree | 84ad6f6b28977e8962ad5ca17f4c9bddd21a05ac /sot | |
parent | 82fab0ea6cab6c7f6ef3367f5ac3cdc038848ff3 (diff) |
#87576# salhelperlib added
Diffstat (limited to 'sot')
-rw-r--r-- | sot/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/util/makefile.mk b/sot/util/makefile.mk index db9eb63290ad..211e05993daa 100644 --- a/sot/util/makefile.mk +++ b/sot/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mba $ $Date: 2000-11-20 12:59:43 $ +# last change: $Author: obo $ $Date: 2001-06-27 08:04:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,7 +89,7 @@ SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= $(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib -SHL1STDLIBS=$(TOOLSLIB) $(RTLLIB) $(SALLIB) $(UNOTOOLSLIB) $(CPPUHELPERLIB) $(UCBHELPERLIB) $(UNOLIB) $(CPPULIB) +SHL1STDLIBS=$(TOOLSLIB) $(RTLLIB) $(SALLIB) $(SALHELPERLIB) $(UNOTOOLSLIB) $(CPPUHELPERLIB) $(UCBHELPERLIB) $(UNOLIB) $(CPPULIB) .IF "$(COM)"=="ICC" || "$(COM)"=="WTC" SHL1OBJS= $(SLO)$/object.obj |