[Libreoffice-commits] .: idl/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Jun 20 08:54:33 PDT 2011


 idl/source/cmptools/makefile.mk |    1 +
 idl/source/objects/makefile.mk  |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit e8d5c9cb55d05a8f63afe329184ab357c4f61936
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jun 20 16:52:33 2011 +0100

    enable exceptions for these

diff --git a/idl/source/cmptools/makefile.mk b/idl/source/cmptools/makefile.mk
index bf53623..c4dc785 100755
--- a/idl/source/cmptools/makefile.mk
+++ b/idl/source/cmptools/makefile.mk
@@ -29,6 +29,7 @@ PRJ=..$/..
 
 PRJNAME=idl
 TARGET=cmptools
+ENABLE_EXCEPTIONS=true
 
 # --- Settings -----------------------------------------------------------
 
diff --git a/idl/source/objects/makefile.mk b/idl/source/objects/makefile.mk
index e141d85..dd67166 100755
--- a/idl/source/objects/makefile.mk
+++ b/idl/source/objects/makefile.mk
@@ -29,6 +29,7 @@ PRJ=..$/..
 
 PRJNAME=idl
 TARGET=objects
+ENABLE_EXCEPTIONS=true
 
 # --- Settings -----------------------------------------------------------
 


More information about the Libreoffice-commits mailing list