diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 13:42:13 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 13:42:13 +0000 |
commit | 3f3ab3fd4e493c319de8866663fe921e03207735 (patch) | |
tree | fe0ab299b110ca79c8c5340f618f01806d7bd5df | |
parent | 9878aa297ddf68e5c082909a040ba8a5228f3f1b (diff) |
INTEGRATION: CWS geordi2q01 (1.6.264); FILE MERGED
2003/08/18 13:17:33 hr 1.6.264.1: #i18350#: join changes from CWS ooo11rc3
-rw-r--r-- | sc/source/core/data/makefile.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/source/core/data/makefile.mk b/sc/source/core/data/makefile.mk index 4eb1a46a09a3..88b9369ef7a0 100644 --- a/sc/source/core/data/makefile.mk +++ b/sc/source/core/data/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: er $ $Date: 2001-03-12 16:47:50 $ +# last change: $Author: hjs $ $Date: 2003-08-18 14:42:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -197,6 +197,12 @@ SLOFILES = \ $(SLO)$/scimpexpmsg.obj \ $(SLO)$/sortparam.obj +.IF "$(OS)$(COM)$(CPUNAME)"=="LINUXGCCSPARC" +NOOPTFILES= \ + $(SLO)$/cell.obj \ + $(SLO)$/column2.obj +.ENDIF + EXCEPTIONSFILES= \ $(SLO)$/documen6.obj \ $(SLO)$/dpsdbtab.obj \ |