diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-10 15:19:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-10 15:19:53 +0000 |
commit | 3fb62de75a255a5fc22c7d60afad0597d967369c (patch) | |
tree | 520ebfce670ee27c11f072293278e2aca592e89c /sc/source/ui/app/makefile.mk | |
parent | 62ffcb95732d2182880a7dfec495dbcea58a921e (diff) |
#100000# exception file
Diffstat (limited to 'sc/source/ui/app/makefile.mk')
-rw-r--r-- | sc/source/ui/app/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/app/makefile.mk b/sc/source/ui/app/makefile.mk index 781a26c8e0a6..893cacdf7be0 100644 --- a/sc/source/ui/app/makefile.mk +++ b/sc/source/ui/app/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hjs $ $Date: 2002-08-16 13:33:53 $ +# last change: $Author: vg $ $Date: 2003-04-10 16:19:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -101,7 +101,8 @@ SLOFILES = \ $(SLO)$/client.obj EXCEPTIONSFILES= \ - $(SLO)$/scmod2.obj + $(SLO)$/scmod2.obj \ + $(SLO)$/scmod.obj LIB3TARGET=$(SLB)$/ysclib.lib LIB3OBJFILES=$(SLO)$/sclib.obj |