summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-07-26 06:42:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-07-26 06:42:59 +0000
commitd39ec24a042a5b54fd7fa4f35ecff7d3dbb015be (patch)
tree83877888ec6b347d9a5089797472e6feccea3234 /sal/osl
parent1489b779d5a648a8e187d0f8e1eafd9a50ceffdd (diff)
INTEGRATION: CWS presfixes10 (1.12.40); FILE MERGED
2006/07/14 10:50:34 dbo 1.12.40.2: #45197# enabled exceptions 2005/11/22 17:11:30 dbo 1.12.40.1: new revised DebugBase
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/all/makefile.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/sal/osl/all/makefile.mk b/sal/osl/all/makefile.mk
index e88057905..e1e67c636 100644
--- a/sal/osl/all/makefile.mk
+++ b/sal/osl/all/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 14:51:54 $
+# last change: $Author: rt $ $Date: 2006-07-26 07:42:59 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -37,6 +37,7 @@ PRJ=..$/..
PRJNAME=sal
TARGET=oslall
+ENABLE_EXCEPTIONS=TRUE
USE_LDUMP2=TRUE
PROJECTPCH4DLL=TRUE
@@ -54,14 +55,16 @@ MULTITHREAD_OBJ=TRUE
SLOFILES= \
$(SLO)$/utility.obj\
$(SLO)$/readline.obj\
- $(SLO)$/filepath.obj
+ $(SLO)$/filepath.obj\
+ $(SLO)$/debugbase.obj
#.IF "$(UPDATER)"=="YES"
OBJFILES= \
$(OBJ)$/utility.obj\
$(OBJ)$/readline.obj\
- $(OBJ)$/filepath.obj
+ $(OBJ)$/filepath.obj\
+ $(OBJ)$/debugbase.obj
#.ENDIF
# --- Targets ------------------------------------------------------