diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-20 16:52:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-20 16:52:33 +0100 |
commit | 841cd41e29a8f173c4ac6371de147da102099964 (patch) | |
tree | 34c9c32420b90cb4835cb71a82a2c77198a1ae99 /idl/source | |
parent | 4333c4a8548209c8b56e048cd6b75d2626b765de (diff) |
enable exceptions for these
Diffstat (limited to 'idl/source')
-rwxr-xr-x | idl/source/cmptools/makefile.mk | 1 | ||||
-rwxr-xr-x | idl/source/objects/makefile.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/idl/source/cmptools/makefile.mk b/idl/source/cmptools/makefile.mk index bf53623dfd0d..c4dc7854543e 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 e141d85540de..dd6716699a84 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 ----------------------------------------------------------- |