diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-10-26 18:02:44 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-10-26 18:02:44 +0000 |
commit | 61a5bbf975d2100830748480a7238ec46413b778 (patch) | |
tree | 143b109c35585ae9fa1cd1a7d3bff98d7d51aeb2 /sc/source/ui/docshell/makefile.mk | |
parent | 6b82abe0c8b76a7d1945f58a426b8a284bcad109 (diff) |
docsh8 needs exceptions
Diffstat (limited to 'sc/source/ui/docshell/makefile.mk')
-rw-r--r-- | sc/source/ui/docshell/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/makefile.mk b/sc/source/ui/docshell/makefile.mk index 0ec3b23df..b5ef443ac 100644 --- a/sc/source/ui/docshell/makefile.mk +++ b/sc/source/ui/docshell/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 16:44:55 $ +# last change: $Author: nn $ $Date: 2000-10-26 19:02:44 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -130,6 +130,7 @@ SLOFILES = \ EXCEPTIONSFILES= \ + $(SLO)$/docsh8.obj \ $(SLO)$/dbdocimp.obj |