From d39ec24a042a5b54fd7fa4f35ecff7d3dbb015be Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 26 Jul 2006 06:42:59 +0000 Subject: 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 --- sal/osl/all/makefile.mk | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'sal/osl') 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 ------------------------------------------------------ -- cgit v1.2.3