diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:12:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:12:59 +0000 |
commit | c2e8b7f468ad16621cba28554d41796fbc4cee95 (patch) | |
tree | 39a16253841ab799847a02734cb657e1e55bedde /sc/util | |
parent | 3fa33ed859be9f3810dd795c8b7bcf408237e5e8 (diff) |
INTEGRATION: CWS supdremove02 (1.44.108); FILE MERGED
2008/01/25 15:50:22 rt 1.44.108.1: #i85482# Remove UPD from library names.
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index 5d9cc640d..201dd68c7 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.44 $ +# $Revision: 1.45 $ # -# last change: $Author: kz $ $Date: 2007-10-09 15:29:10 $ +# last change: $Author: obo $ $Date: 2008-02-25 17:12:59 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -76,7 +76,7 @@ RESLIB1SRSFILES=\ # --- StarClac DLL -SHL1TARGET= sc$(UPD)$(DLLPOSTFIX) +SHL1TARGET= sc$(DLLPOSTFIX) SHL1USE_EXPORTS=ordinal SHL1IMPLIB= sci @@ -159,7 +159,7 @@ LIB4FILES= \ $(SLB)$/ftools.lib \ $(SLB)$/scflt.lib -SHL2TARGET= scd$(UPD)$(DLLPOSTFIX) +SHL2TARGET= scd$(DLLPOSTFIX) SHL2IMPLIB= scdimp SHL2VERSIONMAP= scd.map SHL2DEF=$(MISC)$/$(SHL2TARGET).def @@ -183,7 +183,7 @@ SHL2DEPN+= makefile.mk # add for scui -SHL8TARGET= scui$(UPD)$(DLLPOSTFIX) +SHL8TARGET= scui$(DLLPOSTFIX) SHL8IMPLIB= scuiimp SHL8VERSIONMAP= scui.map SHL8DEF=$(MISC)$/$(SHL8TARGET).def @@ -257,7 +257,7 @@ LIB8OBJFILES = \ .IF "$(ENABLE_VBA)"=="YES" TARGET_VBA=vbaobj -SHL9TARGET=$(TARGET_VBA)$(UPD)$(DLLPOSTFIX).uno +SHL9TARGET=$(TARGET_VBA)$(DLLPOSTFIX).uno SHL9IMPLIB= i$(TARGET_VBA) SHL9VERSIONMAP=$(TARGET_VBA).map |