diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:59:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:59:46 +0000 |
commit | 3735eb1d25102e448bb31cbfa22f9826c93a459c (patch) | |
tree | 0903bffcae4acca9c55de2aa76647299aeb5bab5 /avmedia/util | |
parent | 44d64c6b69eb371e797d6fbf13c192fc3622a10f (diff) |
INTEGRATION: CWS supdremove02 (1.4.100); FILE MERGED
2008/01/28 14:23:45 rt 1.4.100.1: #i85482# Remove UPD from library name
Diffstat (limited to 'avmedia/util')
-rw-r--r-- | avmedia/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/util/makefile.mk b/avmedia/util/makefile.mk index 3815b126170b..5dc4e750bb62 100644 --- a/avmedia/util/makefile.mk +++ b/avmedia/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2006-04-07 16:18:30 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:59:46 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -60,7 +60,7 @@ LIB1FILES=\ # ========================================================================== -SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1IMPLIB=i$(TARGET) SHL1STDLIBS=$(UNOTOOLSLIB) $(TOOLSLIB) $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(SVTOOLLIB) $(SVLLIB) $(SFXLIB) $(SOTLIB) $(VOSLIB) SHL1DEF=$(MISC)$/$(SHL1TARGET).def |