diff options
Diffstat (limited to 'svx/source/sdr')
-rw-r--r-- | svx/source/sdr/animation/makefile.mk | 5 | ||||
-rw-r--r-- | svx/source/sdr/event/makefile.mk | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/svx/source/sdr/animation/makefile.mk b/svx/source/sdr/animation/makefile.mk index 7bdb4d35aa19..3262abf7a438 100644 --- a/svx/source/sdr/animation/makefile.mk +++ b/svx/source/sdr/animation/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-09 00:01:29 $ +# last change: $Author: hr $ $Date: 2006-06-19 16:25:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,7 @@ PRJ=..$/..$/.. PRJNAME=svx TARGET=animation +ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- diff --git a/svx/source/sdr/event/makefile.mk b/svx/source/sdr/event/makefile.mk index f55fb54f29a2..18194d932773 100644 --- a/svx/source/sdr/event/makefile.mk +++ b/svx/source/sdr/event/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-09 00:09:33 $ +# last change: $Author: hr $ $Date: 2006-06-19 16:29:15 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,7 @@ PRJ=..$/..$/.. PRJNAME=svx TARGET=event +ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- |