diff options
author | Peter Burow <pb@openoffice.org> | 2002-05-30 12:18:10 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2002-05-30 12:18:10 +0000 |
commit | 4529fe38b7c68c30938bc3e26aaff7d87f39481f (patch) | |
tree | 5935f1e7d89272c6e699faccfb7fc35980def431 /toolkit/source/awt/makefile.mk | |
parent | c5593dd408a28ba4a8d77fa74561d05418346410 (diff) |
fix: #99531# vclxacc...ToolBox* added
Diffstat (limited to 'toolkit/source/awt/makefile.mk')
-rw-r--r-- | toolkit/source/awt/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/toolkit/source/awt/makefile.mk b/toolkit/source/awt/makefile.mk index 51f99993cf1a..6af324d4a4bb 100644 --- a/toolkit/source/awt/makefile.mk +++ b/toolkit/source/awt/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: tbe $ $Date: 2002-05-27 16:49:54 $ +# last change: $Author: pb $ $Date: 2002-05-30 13:18:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,6 +91,8 @@ SLOFILES= \ $(SLO)$/vclxaccessibleradiobutton.obj \ $(SLO)$/vclxaccessiblescrollbar.obj \ $(SLO)$/vclxaccessibletextcomponent.obj \ + $(SLO)$/vclxaccessibletoolbox.obj \ + $(SLO)$/vclxaccessibletoolboxitem.obj \ $(SLO)$/vclxbitmap.obj \ $(SLO)$/vclxcontainer.obj \ $(SLO)$/vclxdevice.obj \ @@ -106,7 +108,8 @@ SLOFILES= \ $(SLO)$/vclxwindow.obj \ $(SLO)$/vclxwindows.obj -SRCFILES= accessiblestrings.src +SRCFILES=\ + accessiblestrings.src # --- Targets ------------------------------------------------------ |