diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-24 12:47:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-24 12:47:17 +0000 |
commit | 115ba363f461c782f5a4f8843f1c05df739e9984 (patch) | |
tree | 1eb4bd15cb399c06393cda4795f7843d2383b86c /vcl/source/app | |
parent | ce5bc19797b55b109a506bc8ae299b27b94031a5 (diff) |
INTEGRATION: CWS fwk34 (1.18.158); FILE MERGED
2006/03/02 12:30:38 as 1.18.158.1: #120210# improve exception handling of vcl
Diffstat (limited to 'vcl/source/app')
-rw-r--r-- | vcl/source/app/makefile.mk | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/vcl/source/app/makefile.mk b/vcl/source/app/makefile.mk index 0adb7945021d..5982176d6f17 100644 --- a/vcl/source/app/makefile.mk +++ b/vcl/source/app/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: rt $ $Date: 2006-03-08 13:54:22 $ +# last change: $Author: obo $ $Date: 2006-03-24 13:47:17 $ # # 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=vcl TARGET=app +ENABLE_EXCEPTIONS=TRUE .INCLUDE : $(PRJ)$/util$/makefile.pmk @@ -74,16 +75,6 @@ SLOFILES= $(SLO)$/dbggui.obj \ $(SLO)$/salvtables.obj \ $(SLO)$/session.obj -EXCEPTIONSFILES= \ - $(SLO)$/svapp.obj \ - $(SLO)$/svdata.obj \ - $(SLO)$/dndhelp.obj \ - $(SLO)$/unohelp.obj \ - $(SLO)$/unohelp2.obj \ - $(SLO)$/i18nhelp.obj \ - $(SLO)$/svmain.obj \ - $(SLO)$/session.obj - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |