INTEGRATION: CWS formcelllinkage (1.4.54); FILE MERGED

2003/10/01 09:18:38 fs 1.4.54.1: #i18994# merging the changes from the CWS fs002
This commit is contained in:
Oliver Bolte 2003-10-21 08:01:12 +00:00
parent a8c3a28651
commit b90940fce1

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.4 $
# $Revision: 1.5 $
#
# last change: $Author: hr $ $Date: 2003-03-25 18:01:18 $
# last change: $Author: obo $ $Date: 2003-10-21 09:01:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -105,7 +105,8 @@ CXXFILES= Grid.cxx \
Button.cxx \
ImageButton.cxx \
ImageControl.cxx \
cloneable.cxx
cloneable.cxx \
entrylisthelper.cxx \
.IF "$(COM)"=="GCC"
NOOPTFILES= $(SLO)$/EventThread.obj
@ -142,6 +143,7 @@ SLOFILES= $(SLO)$/Grid.obj \
$(SLO)$/errorbroadcaster.obj \
$(SLO)$/cloneable.obj \
$(SLO)$/Filter.obj \
$(SLO)$/entrylisthelper.obj \
# --- Targets ----------------------------------