diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-16 12:23:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-16 12:23:15 +0000 |
commit | 06158bf0b86a1ff9c6ffa37dc74680e0303ea69c (patch) | |
tree | d3e4a1706bf813d75f3720b89fd6588abde7d15a /basegfx/source/pixel | |
parent | 3efabdf926a4fa946fd2b52232309fc8858d80c6 (diff) |
WaE: enable exceptions for new containers
Diffstat (limited to 'basegfx/source/pixel')
-rw-r--r-- | basegfx/source/pixel/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basegfx/source/pixel/makefile.mk b/basegfx/source/pixel/makefile.mk index ab3c9a590ace..2766b7c06c8b 100644 --- a/basegfx/source/pixel/makefile.mk +++ b/basegfx/source/pixel/makefile.mk @@ -29,6 +29,8 @@ PRJ=..$/.. PRJNAME=basegfx TARGET=pixel +ENABLE_EXCEPTIONS=TRUE + # --- Settings ---------------------------------- .INCLUDE : settings.mk |