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.*
This commit is contained in:
Kurt Zenker 2003-12-11 11:30:01 +00:00
parent 4befadb3d2
commit 711fda0491

View file

@ -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 ----------------------------------