INTEGRATION: CWS presentationengine01 (1.1.2); FILE MERGED
2004/08/19 00:10:02 thb 1.1.2.1: #110496# Added B2DMultiRange implementation
This commit is contained in:
parent
5340541d1b
commit
3194242210
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $RCSfile: makefile.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.1 $
|
# $Revision: 1.2 $
|
||||||
#
|
#
|
||||||
# last change: $Author: aw $ $Date: 2003-10-28 11:26:38 $
|
# last change: $Author: rt $ $Date: 2004-11-26 18:40:45 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to the terms of
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
|
@ -77,8 +77,9 @@ TARGET=range
|
||||||
SLOFILES= \
|
SLOFILES= \
|
||||||
$(SLO)$/b1drange.obj \
|
$(SLO)$/b1drange.obj \
|
||||||
$(SLO)$/b2drange.obj \
|
$(SLO)$/b2drange.obj \
|
||||||
|
$(SLO)$/b2dmultirange.obj \
|
||||||
$(SLO)$/b3drange.obj
|
$(SLO)$/b3drange.obj
|
||||||
|
|
||||||
# --- Targets ----------------------------------
|
# --- Targets ----------------------------------
|
||||||
|
|
||||||
.INCLUDE : target.mk
|
.INCLUDE : target.mk
|
||||||
|
|
Loading…
Reference in a new issue