diff options
author | Nikolai Pretzell <np@openoffice.org> | 2002-11-14 13:03:30 +0000 |
---|---|---|
committer | Nikolai Pretzell <np@openoffice.org> | 2002-11-14 13:03:30 +0000 |
commit | c99950ff4b785457590df3886196eeb0ba19324f (patch) | |
tree | a42aa9548faa6a7671c8ac9d90afe4e1ab9d1f8b /xml2cmp | |
parent | 4e69b37c661fca77609abe6720995c083a3e771f (diff) |
#100000# Workaround to: Bug in STLPort configuration leads to inconsistent exception specifications.
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/support/makefile.mk | 6 | ||||
-rw-r--r-- | xml2cmp/source/xcd/makefile.mk | 6 | ||||
-rw-r--r-- | xml2cmp/util/makefile.mk | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/xml2cmp/source/support/makefile.mk b/xml2cmp/source/support/makefile.mk index 1d4cf5625..cd04faeae 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 5abd8f797..312a6066f 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 b9415c312..8de805c7c 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 |