summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 18:29:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 18:29:18 +0000
commit132165103293bf0dd07eb797e54bdef214038166 (patch)
tree57bc9b8b08cf34ea5a2dec08438714d6fe6defbf
parent60909a06164b76a7faeaa2636d5ec4e3b1f116e3 (diff)
INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED
2006/10/18 17:25:24 bm 1.1.1.1.4.4: RESYNC: (1.3-1.4); FILE MERGED 2006/05/05 14:04:53 bm 1.1.1.1.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/10/07 12:28:11 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/02/17 19:15:45 iha 1.1.1.1.4.1: use charttools and chartview lib as shared libs - not static
-rw-r--r--chart2/util/makefile.pmk8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/util/makefile.pmk b/chart2/util/makefile.pmk
index 5f9464d7ff59..008db1598ec0 100644
--- a/chart2/util/makefile.pmk
+++ b/chart2/util/makefile.pmk
@@ -5,9 +5,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: kz $ $Date: 2006-07-05 21:54:29 $
+# last change: $Author: vg $ $Date: 2007-05-22 19:29:18 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -41,13 +41,13 @@ ENABLE_EXCEPTIONS=TRUE
# define macro for (chart-specific) tools library
.IF "$(COM)" == "MSC"
- CHARTTOOLS= charttools.lib
+ CHARTTOOLS= icharttools.lib
.ELSE
CHARTTOOLS= -lcharttools$(UPD)$(DLLPOSTFIX)
.ENDIF
.IF "$(COM)" == "MSC"
- CHARTVIEW= chartview.lib
+ CHARTVIEW= ichartview.lib
.ELSE
CHARTVIEW= -lchartview$(UPD)$(DLLPOSTFIX)
.ENDIF