diff options
author | Eike Rathke <er@openoffice.org> | 2001-04-21 19:23:54 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-04-21 19:23:54 +0000 |
commit | 9de196b8b7e92a761b8dfed2292d8862805661d7 (patch) | |
tree | e562b056a0639c072206f4078e652254c91d112b /sc | |
parent | 0e12c33877ce63c84a32109e0c6e25ce9c4cdc31 (diff) |
add: refreshtimer
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sc/source/core/tool/makefile.mk b/sc/source/core/tool/makefile.mk index 41ce92ed36d6..0252320ae3f1 100644 --- a/sc/source/core/tool/makefile.mk +++ b/sc/source/core/tool/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: svesik $ $Date: 2000-12-18 18:43:50 $ +# last change: $Author: er $ $Date: 2001-04-21 20:23:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -132,7 +132,8 @@ CXXFILES = \ navicfg.cxx \ addincol.cxx \ addinlis.cxx \ - rangeseq.cxx + rangeseq.cxx \ + refreshtimer.cxx SLOFILES = \ @@ -187,7 +188,8 @@ SLOFILES = \ $(SLO)$/navicfg.obj \ $(SLO)$/addincol.obj \ $(SLO)$/addinlis.obj \ - $(SLO)$/rangeseq.obj + $(SLO)$/rangeseq.obj \ + $(SLO)$/refreshtimer.obj EXCEPTIONSFILES= \ $(SLO)$/addincol.obj |