summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/makefile.mk
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2003-12-10 17:21:43 +0000
committerIngrid Halama <iha@openoffice.org>2003-12-10 17:21:43 +0000
commit0cf707c106febdfa7e87ed2232760bbca191a1ed (patch)
tree598c29d112804074d0e7d772559c384ed0bc466b /chart2/source/controller/main/makefile.mk
parentnew PositionAndSizeHelper (diff)
downloadcore-0cf707c106febdfa7e87ed2232760bbca191a1ed.tar.gz
core-0cf707c106febdfa7e87ed2232760bbca191a1ed.zip
added ConfigurationAccess and PositionAndSizeHelper
Diffstat (limited to 'chart2/source/controller/main/makefile.mk')
-rw-r--r--chart2/source/controller/main/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/chart2/source/controller/main/makefile.mk b/chart2/source/controller/main/makefile.mk
index fb4a6d5344f7..09e10a889c5d 100644
--- a/chart2/source/controller/main/makefile.mk
+++ b/chart2/source/controller/main/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: iha $ $Date: 2003-12-09 17:14:24 $
+# last change: $Author: iha $ $Date: 2003-12-10 18:21:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,9 +75,11 @@ ENABLE_EXCEPTIONS= TRUE
#object files to build and link together to lib $(SLB)$/$(TARGET).lib
SLOFILES = \
+ $(SLO)$/ConfigurationAccess.obj \
$(SLO)$/ViewSingletons.obj \
$(SLO)$/ResId.obj \
$(SLO)$/SelectionHelper.obj \
+ $(SLO)$/PositionAndSizeHelper.obj \
$(SLO)$/ChartWindow.obj \
$(SLO)$/ChartController.obj \
$(SLO)$/ChartController_Window.obj \