diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 18:29:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 18:29:18 +0000 |
commit | c3b391615963f8e1afd60116a339a89ffe10abae (patch) | |
tree | 3517209b9104aaa581696a622ed9478747700790 /chart2/util | |
parent | 681795ffabfb075d8a82e50f7751273d694b6981 (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
Diffstat (limited to 'chart2/util')
-rw-r--r-- | chart2/util/makefile.pmk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/util/makefile.pmk b/chart2/util/makefile.pmk index 5f9464d7f..008db1598 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 |