diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-03-16 12:45:26 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-03-16 12:45:26 +0000 |
commit | 694a3e11e452e71a0d9d73cf08fa7bc97edc8a61 (patch) | |
tree | f0fd9af0f08b8f14b1d9c88b7e2a8bb742627edd /basctl/util | |
parent | 02a760c3074eb0d08410cb42f5b103e6af7c6145 (diff) |
added dialog editor resource file
Diffstat (limited to 'basctl/util')
-rw-r--r-- | basctl/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/basctl/util/makefile.mk b/basctl/util/makefile.mk index 79a72f9d3375..38d3e8de5a52 100644 --- a/basctl/util/makefile.mk +++ b/basctl/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: ab $ $Date: 2001-03-03 14:48:09 $ +# last change: $Author: tbe $ $Date: 2001-03-16 13:45:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -137,7 +137,8 @@ LIB1FILES = \ SRSFILELIST=\ $(SRS)$/vctrls.srs \ $(SRS)$/basicide.srs \ - $(SRS)$/ibrw.srs + $(SRS)$/ibrw.srs \ + $(SRS)$/dlged.srs SRSFILELIST+= $(SOLARVERSION)$/$(INPATH)$/res$(UPDMINOREXT)$/sfx.srs |