From 8ba3f77936d83ab43f56648341bb5584f1fd1146 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 25 Mar 2008 15:50:17 +0000 Subject: [PATCH] INTEGRATION: CWS tl41_DEV300 (1.7.18); FILE MERGED 2008/02/19 08:24:05 tl 1.7.18.2: #81365# enabling exceptions in the makefile 2008/01/18 15:02:37 tl 1.7.18.1: #i81365# provide dictionaries as extensions --- lingucomponent/source/lingutil/makefile.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lingucomponent/source/lingutil/makefile.mk b/lingucomponent/source/lingutil/makefile.mk index 15f9a08130c2..a8cff7f6d506 100644 --- a/lingucomponent/source/lingutil/makefile.mk +++ b/lingucomponent/source/lingutil/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hr $ $Date: 2007-07-31 13:08:08 $ +# last change: $Author: obo $ $Date: 2008-03-25 16:50:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,6 +39,8 @@ PRJNAME = lingucomponent TARGET = ulingu LIBTARGET=NO +ENABLE_EXCEPTIONS=TRUE + #----- Settings --------------------------------------------------------- .INCLUDE : settings.mk @@ -49,7 +51,8 @@ LIBTARGET=NO .ENDIF SLOFILES= \ - $(SLO)$/dictmgr.obj + $(SLO)$/dictmgr.obj \ + $(SLO)$/lingutil.obj LIB1TARGET= $(SLB)$/lib$(TARGET).lib