summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 14:17:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 14:17:12 +0000
commit136ca5a9637265ecfa940ec07e707b83dbeec638 (patch)
tree35cf80544e68f4a0e7fcab93ee8e134110d18d52
parent12a852c715ce211eb4f6df53410e88bc90ecfc94 (diff)
INTEGRATION: CWS chart2mst3 (1.52.6); FILE MERGED
2006/11/06 09:22:09 bm 1.52.6.3: correct dependencies for optupd.obj (added to SLOFILES) 2006/11/02 12:13:01 bm 1.52.6.2: add optupd.obj and optchart.obj to SLOFILES for generating the correct dependencies 2006/10/26 16:49:04 pb 1.52.6.1: fix: #i70903# cfg/optchart.obj added
-rw-r--r--svx/source/dialog/makefile.mk13
1 files changed, 9 insertions, 4 deletions
diff --git a/svx/source/dialog/makefile.mk b/svx/source/dialog/makefile.mk
index ab463822b6e4..1ce7db7c9836 100644
--- a/svx/source/dialog/makefile.mk
+++ b/svx/source/dialog/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.52 $
+# $Revision: 1.53 $
#
-# last change: $Author: obo $ $Date: 2006-10-12 12:18:34 $
+# last change: $Author: vg $ $Date: 2007-05-22 15:17:12 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -271,7 +271,10 @@ SLOFILES=\
$(SLO)$/framelink.obj \
$(SLO)$/framelinkarray.obj \
$(SLO)$/databaseregistrationui.obj \
- $(SLO)$/radiobtnbox.obj
+ $(SLO)$/radiobtnbox.obj \
+ $(SLO)$/cfgchart.obj \
+ $(SLO)$/optupdt.obj \
+ $(SLO)$/optchart.obj
LIB1TARGET= $(SLB)$/$(TARGET).lib
@@ -451,7 +454,9 @@ LIB2OBJFILES= \
$(SLO)$/numfmt.obj \
$(SLO)$/page.obj \
$(SLO)$/postdlg.obj \
- $(SLO)$/grfpage.obj
+ $(SLO)$/grfpage.obj \
+ $(SLO)$/cfgchart.obj \
+ $(SLO)$/optchart.obj
.IF "$(GUI)"=="WNT"
SLOFILES+=$(SLO)$/winpluginlib.obj