diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-10-05 12:12:10 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-10-05 12:12:10 +0000 |
commit | 638be3fe4559e5183ba76f17731cb225f3c26bca (patch) | |
tree | bc07fea47fcb6a0eb8a703695a44325fa59b79ce /sd/source | |
parent | 11f04b71de678516a15e9649ed69298216a33afb (diff) |
INTEGRATION: CWS tl12 (1.17.220); FILE MERGED
2005/09/22 13:25:30 tl 1.17.220.2: RESYNC: (1.17-1.18); FILE MERGED
2005/08/15 16:39:28 cl 1.17.220.1: #i51153# adding exception support for all files
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/func/makefile.mk | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sd/source/ui/func/makefile.mk b/sd/source/ui/func/makefile.mk index dfb53ab7c3aa..8dcb6d17e670 100644 --- a/sd/source/ui/func/makefile.mk +++ b/sd/source/ui/func/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: rt $ $Date: 2005-09-09 04:54:07 $ +# last change: $Author: kz $ $Date: 2005-10-05 13:12:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,6 +40,7 @@ PROJECTPCHSOURCE=$(PRJ)$/util\sd PRJNAME=sd TARGET=func LIBTARGET=NO +ENABLE_EXCEPTIONS=TRUE AUTOSEG=true @@ -50,12 +51,6 @@ AUTOSEG=true # --- Files -------------------------------------------------------- -EXCEPTIONSFILES= \ - $(SLO)$/futempl.obj \ - $(SLO)$/futext2.obj \ - $(SLO)$/fuinsfil.obj \ - $(SLO)$/fuinsert.obj - SLOFILES = \ $(SLO)$/fuformatpaintbrush.obj \ $(SLO)$/fuhhconv.obj \ |