diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-30 07:25:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-30 07:25:46 +0000 |
commit | d55d42d39637747c57513e998bab9c00cf84d8a8 (patch) | |
tree | b3a28bc9c3e4f3aac8dd431ca1b7ff755bbccbea /tools | |
parent | 0dae1920472db84d985427dc73f5da1bd25bb240 (diff) |
INTEGRATION: CWS beta2regression01 (1.5.16); FILE MERGED
2003/04/29 10:35:04 abi 1.5.16.1: #109192# enabling exception support
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/fsys/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/source/fsys/makefile.mk b/tools/source/fsys/makefile.mk index 2bbe29e82899..28ffc9017b33 100644 --- a/tools/source/fsys/makefile.mk +++ b/tools/source/fsys/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2003-04-24 13:27:43 $ +# last change: $Author: rt $ $Date: 2003-04-30 08:25:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,6 +64,7 @@ PRJ=..$/.. PRJNAME=tools TARGET=fsys +ENABLE_EXCEPTIONS=true # --- Settings ----------------------------------------------------- |