summaryrefslogtreecommitdiff
path: root/basic/source/app/makefile.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2000-11-07 10:19:15 +0000
committerOliver Bolte <obo@openoffice.org>2000-11-07 10:19:15 +0000
commitcee5382341cb152b445d22766f9fac93487acf46 (patch)
tree54b355a555738507b23b4efe78251ab4e8de3e21 /basic/source/app/makefile.mk
parentd6c51dd1bad3ec103868cefdeca0c468751aa2f8 (diff)
Linux: compile app.obj with exceptionflag
Diffstat (limited to 'basic/source/app/makefile.mk')
-rw-r--r--basic/source/app/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/basic/source/app/makefile.mk b/basic/source/app/makefile.mk
index 470524a0543d..18bfedeb4789 100644
--- a/basic/source/app/makefile.mk
+++ b/basic/source/app/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: john.marmion $ $Date: 2000-09-26 14:05:51 $
+# last change: $Author: obo $ $Date: 2000-11-07 11:19:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -120,6 +120,11 @@ OBJFILES = \
$(OBJ)$/comm_bas.obj \
$(SLO)$/sbintern.obj
+.IF "$(OS)" == "LINUX"
+EXCEPTIONSFILES = \
+ $(OBJ)$/app.obj
+.ENDIF
+
SRCFILES = \
basic.src \