diff options
author | Oliver Specht <os@openoffice.org> | 2001-01-18 08:44:23 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-01-18 08:44:23 +0000 |
commit | 4b50351d54c7d56ae8ca7955985aff0c6ab6e19e (patch) | |
tree | e6820d29c65b787644d81232a4ea4491fcd53b54 /svx/source/options/makefile.mk | |
parent | 455f1d82a58384856c68851811563db9247823ee (diff) |
enable exceptions in optasian.cxx
Diffstat (limited to 'svx/source/options/makefile.mk')
-rw-r--r-- | svx/source/options/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/options/makefile.mk b/svx/source/options/makefile.mk index 77d606f84dec..44b2e0295eb9 100644 --- a/svx/source/options/makefile.mk +++ b/svx/source/options/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: os $ $Date: 2001-01-17 16:09:55 $ +# last change: $Author: os $ $Date: 2001-01-18 09:44:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -147,6 +147,7 @@ SLOFILES+= \ .ENDIF EXCEPTIONSFILES= \ + $(SLO)$/optasian.obj \ $(SLO)$/optdict.obj \ $(SLO)$/optlingu.obj |