diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:59:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:59:32 +0000 |
commit | 44d64c6b69eb371e797d6fbf13c192fc3622a10f (patch) | |
tree | c8c7a24c96f3e4685a15cb33f08706d23fbef2cc /avmedia/source/quicktime | |
parent | 68b002a038222c1818a639112f13ae2f7a7b02ae (diff) |
INTEGRATION: CWS supdremove02 (1.2.22); FILE MERGED
2008/01/28 14:23:45 rt 1.2.22.1: #i85482# Remove UPD from library name
Diffstat (limited to 'avmedia/source/quicktime')
-rw-r--r-- | avmedia/source/quicktime/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/quicktime/makefile.mk b/avmedia/source/quicktime/makefile.mk index 7fdff48e8319..5a7ce7c7df9f 100644 --- a/avmedia/source/quicktime/makefile.mk +++ b/avmedia/source/quicktime/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: vg $ $Date: 2007-12-07 11:41:39 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:59:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,7 @@ SLOFILES= \ EXCEPTIONSFILES= \ $(SLO)$/quicktimeuno.obj -SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) +SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1STDLIBS= \ $(CPPULIB) \ |