diff options
author | Andreas Schlüns <as@openoffice.org> | 2000-10-12 09:31:55 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2000-10-12 09:31:55 +0000 |
commit | 0c04c3b443ab2ca75fc03e05c14822a6bb0cffa2 (patch) | |
tree | 825403b5545a47b458111870b854b327577b13fa | |
parent | ba636e249bc0c94dfb360f03232f39a93a33ac1e (diff) |
#78521# build new control StatusIndicator
-rw-r--r-- | UnoControls/source/controls/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/UnoControls/source/controls/makefile.mk b/UnoControls/source/controls/makefile.mk index b51357cc27de..91faebb4494f 100644 --- a/UnoControls/source/controls/makefile.mk +++ b/UnoControls/source/controls/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: pluby $ $Date: 2000-10-06 16:30:31 $ +# last change: $Author: as $ $Date: 2000-10-12 10:31:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,7 +74,8 @@ SLOFILES=\ $(SLO)$/framecontrol.obj \ $(SLO)$/progressmonitor.obj \ $(SLO)$/OConnectionPointHelper.obj \ - $(SLO)$/OConnectionPointContainerHelper.obj + $(SLO)$/OConnectionPointContainerHelper.obj \ + $(SLO)$/statusindicator.obj # NETBSD: somewhere we have to instantiate the static data members. # NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work. |