summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-16 12:23:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-16 12:23:15 +0000
commit06158bf0b86a1ff9c6ffa37dc74680e0303ea69c (patch)
treed3e4a1706bf813d75f3720b89fd6588abde7d15a /basegfx
parent3efabdf926a4fa946fd2b52232309fc8858d80c6 (diff)
WaE: enable exceptions for new containers
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/color/makefile.mk2
-rw-r--r--basegfx/source/pixel/makefile.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/basegfx/source/color/makefile.mk b/basegfx/source/color/makefile.mk
index eec507899c4c..3627f8244d10 100644
--- a/basegfx/source/color/makefile.mk
+++ b/basegfx/source/color/makefile.mk
@@ -29,6 +29,8 @@ PRJ=..$/..
PRJNAME=basegfx
TARGET=color
+ENABLE_EXCEPTIONS=TRUE
+
# --- Settings ----------------------------------
.INCLUDE : settings.mk
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