summaryrefslogtreecommitdiffstats
path: root/svx/source/options
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-09-03 07:15:46 +0000
committerFrank Schönheit <fs@openoffice.org>2002-09-03 07:15:46 +0000
commit06dd571a355dac18c1edb58230084b5156199570 (patch)
tree8944cd10fd06b36767e2e632fd055de054205af0 /svx/source/options
parent#99471# transparency color changed to COL_LIGHTMAGENTY (diff)
downloadcore-06dd571a355dac18c1edb58230084b5156199570.tar.gz
core-06dd571a355dac18c1edb58230084b5156199570.zip
#97807# on behalf of sleebybear@ooo: compile multifil.cxx with exceptions enabled
Diffstat (limited to 'svx/source/options')
-rw-r--r--svx/source/options/makefile.mk30
1 files changed, 12 insertions, 18 deletions
diff --git a/svx/source/options/makefile.mk b/svx/source/options/makefile.mk
index 7582f7dee2de..1b1f7582d9cf 100644
--- a/svx/source/options/makefile.mk
+++ b/svx/source/options/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: ghiggins $ $Date: 2002-08-12 10:59:30 $
+# last change: $Author: fs $ $Date: 2002-09-03 08:15:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -133,24 +133,26 @@ SRCFILES = \
SRCFILES += optsso.src
.ENDIF
-SLOFILES= \
+EXCEPTIONSFILES= \
+ $(SLO)$/multifil.obj \
+ $(SLO)$/optasian.obj \
+ $(SLO)$/optdict.obj \
+ $(SLO)$/optlingu.obj \
+ $(SLO)$/optaccessibility.obj \
+ $(SLO)$/optsave.obj \
+ $(SLO)$/optpath.obj
+
+SLOFILES= $(EXCEPTIONSFILES) \
$(SLO)$/asiancfg.obj \
$(SLO)$/colorcfg.obj \
- $(SLO)$/optasian.obj \
$(SLO)$/optcolor.obj \
$(SLO)$/optjsearch.obj \
- $(SLO)$/optpath.obj \
- $(SLO)$/optdict.obj \
$(SLO)$/optitems.obj \
$(SLO)$/optgenrl.obj \
- $(SLO)$/optaccessibility.obj \
- $(SLO)$/optsave.obj \
$(SLO)$/adritem.obj \
- $(SLO)$/optlingu.obj \
$(SLO)$/optgrid.obj \
$(SLO)$/optinet2.obj \
$(SLO)$/multipat.obj \
- $(SLO)$/multifil.obj \
$(SLO)$/optextbr.obj \
$(SLO)$/srchcfg.obj
@@ -167,14 +169,6 @@ SLOFILES+= \
.ENDIF
.ENDIF
-EXCEPTIONSFILES= \
- $(SLO)$/optasian.obj \
- $(SLO)$/optdict.obj \
- $(SLO)$/optlingu.obj \
- $(SLO)$/optaccessibility.obj \
- $(SLO)$/optsave.obj \
- $(SLO)$/optpath.obj
-
.IF "$(BUILD_SOSL)" == ""
EXCEPTIONSFILES += $(SLO)$/optsso.obj
.ENDIF