summaryrefslogtreecommitdiffstats
path: root/chart2/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 15:58:57 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 15:58:57 +0000
commite68ee8db5a6c9eebbf272757d12b593d52d257ea (patch)
tree9a36be6f82aa40c75a18c70a4d05580dfb38de97 /chart2/util
parentINTEGRATION: CWS supdremove02 (1.8.92); FILE MERGED (diff)
downloadcore-e68ee8db5a6c9eebbf272757d12b593d52d257ea.tar.gz
core-e68ee8db5a6c9eebbf272757d12b593d52d257ea.zip
INTEGRATION: CWS supdremove02 (1.6.34); FILE MERGED
2008/01/28 10:59:31 rt 1.6.34.1: #i85482# Remove UPD from library name
Diffstat (limited to 'chart2/util')
-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 3d8c9f7732d5..aea4c45fd5cf 100644
--- a/chart2/util/makefile.pmk
+++ b/chart2/util/makefile.pmk
@@ -5,9 +5,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: vg $ $Date: 2007-09-20 16:27:02 $
+# last change: $Author: obo $ $Date: 2008-02-25 16:58:57 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -43,12 +43,12 @@ ENABLE_EXCEPTIONS=TRUE
.IF "$(COM)" == "MSC" || "$(GUI)" == "OS2"
CHARTTOOLS= icharttools.lib
.ELSE
- CHARTTOOLS= -lcharttools$(UPD)$(DLLPOSTFIX)
+ CHARTTOOLS= -lcharttools$(DLLPOSTFIX)
.ENDIF
.IF "$(COM)" == "MSC" || "$(GUI)" == "OS2"
CHARTVIEW= ichartview.lib
.ELSE
- CHARTVIEW= -lchartview$(UPD)$(DLLPOSTFIX)
+ CHARTVIEW= -lchartview$(DLLPOSTFIX)
.ENDIF