INTEGRATION: CWS canvas02 (1.3.22); FILE MERGED

2005/10/09 09:12:26 thb 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED
2005/08/24 23:02:57 thb 1.3.22.1: #i52876# Added CachedPrimitiveBase base class for common XCachedPrimitive handling; removed external header guards from cxx files
This commit is contained in:
Kurt Zenker
2005-11-02 12:40:45 +00:00
parent 5d130f53c8
commit b234668500

View File

@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.4 $
# $Revision: 1.5 $
#
# last change: $Author: rt $ $Date: 2005-09-08 08:19:21 $
# last change: $Author: kz $ $Date: 2005-11-02 13:40:45 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -50,7 +50,8 @@ ENABLE_EXCEPTIONS=TRUE
CDEFS+= -DVERBOSE
.ENDIF
SLOFILES = $(SLO)$/bitmapaction.obj \
SLOFILES = $(SLO)$/cachedprimitivebase.obj \
$(SLO)$/bitmapaction.obj \
$(SLO)$/implrenderer.obj \
$(SLO)$/lineaction.obj \
$(SLO)$/pointaction.obj \