diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:35:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:35:51 +0000 |
commit | e08f8c5cd6f7b2319fa4dc5ad1231ed1633a334c (patch) | |
tree | d15af576b65cada8112cf17396a397a6e2462e73 /starmath/util | |
parent | 6fd03b6c87a45bd82179cbd185d1e781155e3f16 (diff) |
INTEGRATION: CWS supdremove02 (1.18.100); FILE MERGED
2008/01/28 16:08:56 rt 1.18.100.1: #i85482# Remove UPD from library name
Diffstat (limited to 'starmath/util')
-rw-r--r-- | starmath/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk index 72caf2748bbd..a7b67606dc6f 100644 --- a/starmath/util/makefile.mk +++ b/starmath/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: vg $ $Date: 2007-03-26 14:13:27 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:35:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,7 @@ RESLIB1SRSFILES=\ $(SRS)$/smres.srs \ $(SOLARCOMMONRESDIR)$/sfx.srs -SHL1TARGET= sm$(UPD)$(DLLPOSTFIX) +SHL1TARGET= sm$(DLLPOSTFIX) SHL1IMPLIB= smimp SHL1VERSIONMAP= sm.map @@ -76,7 +76,7 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(SALLIB) -SHL2TARGET= smd$(UPD)$(DLLPOSTFIX) +SHL2TARGET= smd$(DLLPOSTFIX) SHL2IMPLIB= smdimp SHL2VERSIONMAP= sm.map SHL2DEF=$(MISC)$/$(SHL2TARGET).def |