summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:20:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:20:40 +0000
commite8555179af9ac0903032c66f1d0e8afe713c6d0e (patch)
tree5598f31ea5f11499f7b980ef688512be94386c66 /svtools
parent3af323c6bf24598136ef615d7b6fda1d5b16f40f (diff)
INTEGRATION: CWS warnings01 (1.34.94); FILE MERGED
2006/01/30 14:39:36 sb 1.34.94.1: #i53898# Made code warning-free.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/makefile.mk13
1 files changed, 6 insertions, 7 deletions
diff --git a/svtools/source/misc/makefile.mk b/svtools/source/misc/makefile.mk
index 78cecccb202f..9cdbe20ab3ed 100644
--- a/svtools/source/misc/makefile.mk
+++ b/svtools/source/misc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.34 $
+# $Revision: 1.35 $
#
-# last change: $Author: rt $ $Date: 2005-11-11 12:14:57 $
+# last change: $Author: hr $ $Date: 2006-06-19 21:20:40 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -37,6 +37,8 @@ PRJ=..$/..
PRJNAME=svtools
TARGET=misc
+ENABLE_EXCEPTIONS := TRUE
+
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
@@ -58,7 +60,7 @@ SRS2NAME=ehdl
SRC2FILES=\
errtxt.src
-EXCEPTIONSFILES=\
+SLOFILES=\
$(SLO)$/acceleratorexecute.obj \
$(SLO)$/cliplistener.obj \
$(SLO)$/embedhlp.obj \
@@ -70,10 +72,7 @@ EXCEPTIONSFILES=\
$(SLO)$/transfer.obj \
$(SLO)$/transfer2.obj \
$(SLO)$/stringtransfer.obj \
- $(SLO)$/urihelper.obj
-
-SLOFILES=\
- $(EXCEPTIONSFILES) \
+ $(SLO)$/urihelper.obj \
$(SLO)$/ehdl.obj \
$(SLO)$/flbytes.obj \
$(SLO)$/helpagentwindow.obj \