summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-12-11 11:30:01 +0000
committerKurt Zenker <kz@openoffice.org>2003-12-11 11:30:01 +0000
commit711fda0491c161e0b9286297f249c5211c951451 (patch)
treedfbd47b946cc72b1f711dc687cc9b36e07f174e7 /forms/source
parent4befadb3d29b27f86990baaed98d5767a63c312f (diff)
INTEGRATION: CWS frmcontrols01 (1.4.46); FILE MERGED
2003/10/27 13:49:35 fs 1.4.46.3: RESYNC: (1.4-1.5); FILE MERGED 2003/10/27 11:13:56 fs 1.4.46.2: #i21605# +spinbutton 2003/10/22 13:09:17 fs 1.4.46.1: #21277# +scrollbar.*
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/forms/source/component/makefile.mk b/forms/source/component/makefile.mk
index 764be8cf8d07..b3b485c13662 100644
--- a/forms/source/component/makefile.mk
+++ b/forms/source/component/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: obo $ $Date: 2003-10-21 09:01:12 $
+# last change: $Author: kz $ $Date: 2003-12-11 12:30:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -107,6 +107,8 @@ CXXFILES= Grid.cxx \
ImageControl.cxx \
cloneable.cxx \
entrylisthelper.cxx \
+ scrollbar.cxx \
+ spinbutton.cxx \
.IF "$(COM)"=="GCC"
NOOPTFILES= $(SLO)$/EventThread.obj
@@ -144,6 +146,8 @@ SLOFILES= $(SLO)$/Grid.obj \
$(SLO)$/cloneable.obj \
$(SLO)$/Filter.obj \
$(SLO)$/entrylisthelper.obj \
+ $(SLO)$/scrollbar.obj \
+ $(SLO)$/spinbutton.obj \
# --- Targets ----------------------------------