diff options
author | Oliver Specht <os@openoffice.org> | 2000-11-07 13:42:08 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2000-11-07 13:42:08 +0000 |
commit | dd427f691cfd38f2f5089df119d352bb3e28e6f6 (patch) | |
tree | 728b1f17e4a22d4764e51b999eeca49d6ad5b42b /sw/source/ui/uno/makefile.mk | |
parent | ce5ce15038fbbb8ec98fb2dbaa722def37238648 (diff) |
new file: unodispatch.cxx
Diffstat (limited to 'sw/source/ui/uno/makefile.mk')
-rw-r--r-- | sw/source/ui/uno/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/uno/makefile.mk b/sw/source/ui/uno/makefile.mk index e4fce756c9c6..c4e7a71e449f 100644 --- a/sw/source/ui/uno/makefile.mk +++ b/sw/source/ui/uno/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:14:49 $ +# last change: $Author: os $ $Date: 2000-11-07 14:42:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,6 +81,7 @@ PROJECTPCHSOURCE=..$/ui_1st$/ui_pch CXXFILES = \ + unodispatch.cxx \ unotxdoc.cxx \ unoatxt.cxx \ unomod.cxx \ @@ -89,6 +90,7 @@ CXXFILES = \ SLOFILES = \ + $(SLO)$/unodispatch.obj\ $(SLO)$/unotxdoc.obj\ $(SLO)$/unoatxt.obj \ $(SLO)$/unomod.obj \ @@ -96,6 +98,7 @@ SLOFILES = \ $(SLO)$/dlelstnr.obj EXCEPTIONSFILES= \ + $(SLO)$/unodispatch.obj\ $(SLO)$/dlelstnr.obj \ $(SLO)$/unotxdoc.obj \ $(SLO)$/unoatxt.obj \ @@ -103,7 +106,7 @@ EXCEPTIONSFILES= \ $(SLO)$/unotxvw.obj -# --- Tagets ------------------------------------------------------- +# --- Targets ------------------------------------------------------- .INCLUDE : target.mk |