diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-03-26 11:52:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-03-26 11:52:18 +0000 |
commit | 8ad6f1e3f71afb347e85304cd21830213b6863f7 (patch) | |
tree | 4f11094348fd9844c8c6197f760c809e80220e5a /basctl/util | |
parent | b12de23a2344d8e85fa7748ca9079aaa48ff8522 (diff) |
INTEGRATION: CWS tbe3 (1.14.14); FILE MERGED
2003/02/27 17:17:30 hr 1.14.14.2: RESYNC: (1.14-1.14.4.1); FILE MERGED
2003/02/27 14:28:15 tbe 1.14.14.1: #103595# accessibility for dialog editor
Diffstat (limited to 'basctl/util')
-rw-r--r-- | basctl/util/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/basctl/util/makefile.mk b/basctl/util/makefile.mk index 68a894077b13..7220debc9f19 100644 --- a/basctl/util/makefile.mk +++ b/basctl/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: hr $ $Date: 2003-03-18 16:17:10 $ +# last change: $Author: vg $ $Date: 2003-03-26 12:52:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -123,8 +123,9 @@ DEF1EXPORTFILE = basctl.dxp LIB1TARGET =$(SLB)$/basctl.lib LIB1FILES = \ - $(LIBPRE) $(SLB)$/basicide.lib \ - $(LIBPRE) $(SLB)$/dlged.lib + $(LIBPRE) $(SLB)$/basicide.lib \ + $(LIBPRE) $(SLB)$/dlged.lib \ + $(LIBPRE) $(SLB)$/accessibility.lib SRSFILELIST=\ $(SRS)$/basicide.srs \ |