summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-11-14 13:03:30 +0000
committerNikolai Pretzell <np@openoffice.org>2002-11-14 13:03:30 +0000
commit73607d3fceeb41d5ee15efb05af77bcb5fe334ee (patch)
tree536d61b3dfb38a28df1efd522ca06fa00f1e6f6b /xml2cmp
parent5f5751ab0b5bf8b03f231a703a4ad3b6503ea18c (diff)
#100000# Workaround to: Bug in STLPort configuration leads to inconsistent exception specifications.
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/support/makefile.mk6
-rw-r--r--xml2cmp/source/xcd/makefile.mk6
-rw-r--r--xml2cmp/util/makefile.mk5
3 files changed, 11 insertions, 6 deletions
diff --git a/xml2cmp/source/support/makefile.mk b/xml2cmp/source/support/makefile.mk
index 1d4cf5625732..cd04faeae601 100644
--- a/xml2cmp/source/support/makefile.mk
+++ b/xml2cmp/source/support/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: np $ $Date: 2001-03-23 13:23:17 $
+# last change: $Author: np $ $Date: 2002-11-14 14:03:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,6 +70,8 @@ TARGETTYPE=CUI
# --- Settings -----------------------------------------------------
+ENABLE_EXCEPTIONS=TRUE
+
.INCLUDE : settings.mk
diff --git a/xml2cmp/source/xcd/makefile.mk b/xml2cmp/source/xcd/makefile.mk
index 5abd8f797c8a..312a6066f03c 100644
--- a/xml2cmp/source/xcd/makefile.mk
+++ b/xml2cmp/source/xcd/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: np $ $Date: 2001-03-23 13:39:37 $
+# last change: $Author: np $ $Date: 2002-11-14 14:03:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,6 +70,8 @@ TARGETTYPE=CUI
# --- Settings -----------------------------------------------------
+ENABLE_EXCEPTIONS=TRUE
+
.INCLUDE : settings.mk
diff --git a/xml2cmp/util/makefile.mk b/xml2cmp/util/makefile.mk
index b9415c312697..8de805c7cc92 100644
--- a/xml2cmp/util/makefile.mk
+++ b/xml2cmp/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: np $ $Date: 2001-03-23 13:49:53 $
+# last change: $Author: np $ $Date: 2002-11-14 14:03:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -68,6 +68,7 @@ TARGETTYPE=CUI
# --- Settings -----------------------------------------------------
+ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk