INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED
2006/08/22 15:15:55 iha 1.2.4.6: separate implementation of polar angle axis and polar radius axis 2006/08/10 16:01:45 iha 1.2.4.5: Axis Label Layout - Font&Diagram Size 2006/04/10 15:03:38 iha 1.2.4.4: api restructure axis, grids, scales and increments 2006/03/23 15:31:53 iha 1.2.4.3: cleanup category handling 2005/10/07 12:15:03 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/26 12:18:09 iha 1.2.4.1: share coordinate systems and scales for combi charts
This commit is contained in:
parent
bbe88b3c2c
commit
de10491888
1 changed files with 8 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.3 $
|
||||
# $Revision: 1.4 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-09-08 01:41:33 $
|
||||
# last change: $Author: vg $ $Date: 2007-05-22 19:14:10 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -51,16 +51,21 @@ ENABLE_EXCEPTIONS= TRUE
|
|||
|
||||
#object files to build and link together to lib $(SLB)$/$(TARGET).lib
|
||||
SLOFILES = \
|
||||
$(SLO)$/VMeterBase.obj \
|
||||
$(SLO)$/VAxisOrGridBase.obj \
|
||||
$(SLO)$/VAxisBase.obj \
|
||||
$(SLO)$/TickmarkHelper.obj \
|
||||
$(SLO)$/MinimumAndMaximumSupplier.obj \
|
||||
$(SLO)$/ScaleAutomatism.obj \
|
||||
$(SLO)$/VAxisProperties.obj \
|
||||
$(SLO)$/VCartesianAxis.obj \
|
||||
$(SLO)$/VCartesianGrid.obj \
|
||||
$(SLO)$/VCartesianCoordinateSystem.obj \
|
||||
$(SLO)$/VPolarAxis.obj \
|
||||
$(SLO)$/VPolarAngleAxis.obj \
|
||||
$(SLO)$/VPolarRadiusAxis.obj \
|
||||
$(SLO)$/VPolarGrid.obj \
|
||||
$(SLO)$/VPolarCoordinateSystem.obj \
|
||||
$(SLO)$/ExplicitCategoriesProvider.obj \
|
||||
$(SLO)$/VCoordinateSystem.obj
|
||||
|
||||
# --- Targets -----------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue