diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-10-13 08:42:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-10-13 08:42:24 +0000 |
commit | cb893b74831943f9c70c0d11fb01bf5b85fd25eb (patch) | |
tree | 22de8986cec0c237f55ee30b4f48610b0d905e0f /avmedia/source/viewer | |
parent | e4f439cdd3c28fe2e18b35896627ab49d9968844 (diff) |
INTEGRATION: CWS merge20to201v2 (1.2.8); FILE MERGED
2005/10/07 14:04:31 hr 1.2.8.1: #i55617: merge OOO680 CWS macosx11
Diffstat (limited to 'avmedia/source/viewer')
-rw-r--r-- | avmedia/source/viewer/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/avmedia/source/viewer/makefile.mk b/avmedia/source/viewer/makefile.mk index 2cb14a6e956c..b8d9e04bc279 100644 --- a/avmedia/source/viewer/makefile.mk +++ b/avmedia/source/viewer/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:42:22 $ +# last change: $Author: obo $ $Date: 2005-10-13 09:42:24 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,8 @@ SLOFILES= \ EXCEPTIONSFILES= \ $(SLO)$/mediawindow.obj \ - $(SLO)$/mediawindowbase_impl.obj + $(SLO)$/mediawindowbase_impl.obj \ + $(SLO)$/mediawindow_impl.obj # --- Targets ---------------------------------- |