summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-02-22 07:39:03 +0000
committerPeter Burow <pb@openoffice.org>2002-02-22 07:39:03 +0000
commitbbff0af7a6063be157e988c2a739eafaece5725e (patch)
tree81fc36ddf6279e8a7bef77832aa07f27a2e15f6a
parent612fd41aa2eb941e8f16c907a90c359d6f20b76f (diff)
fix: #97358# vclxaccessiblelist[box/item].obj added
-rw-r--r--toolkit/source/awt/makefile.mk12
1 files changed, 7 insertions, 5 deletions
diff --git a/toolkit/source/awt/makefile.mk b/toolkit/source/awt/makefile.mk
index 2cf577faa2f4..8ade9c8559a0 100644
--- a/toolkit/source/awt/makefile.mk
+++ b/toolkit/source/awt/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: mt $ $Date: 2002-02-14 17:23:20 $
+# last change: $Author: pb $ $Date: 2002-02-22 08:39:03 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,7 +76,9 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
SLOFILES= \
- $(SLO)$/vclxaccessiblecomponent.obj \
+ $(SLO)$/vclxaccessiblecomponent.obj \
+ $(SLO)$/vclxaccessiblelistbox.obj \
+ $(SLO)$/vclxaccessiblelistitem.obj \
$(SLO)$/vclxbitmap.obj \
$(SLO)$/vclxcontainer.obj \
$(SLO)$/vclxdevice.obj \
@@ -86,11 +88,11 @@ SLOFILES= \
$(SLO)$/vclxpointer.obj \
$(SLO)$/vclxprinter.obj \
$(SLO)$/vclxregion.obj \
- $(SLO)$/vclxsystemdependentwindow.obj \
+ $(SLO)$/vclxsystemdependentwindow.obj \
$(SLO)$/vclxtoolkit.obj \
$(SLO)$/vclxtopwindow.obj \
$(SLO)$/vclxwindow.obj \
- $(SLO)$/vclxwindows.obj
+ $(SLO)$/vclxwindows.obj
# --- Targets ------------------------------------------------------