summaryrefslogtreecommitdiffstats
path: root/chart2/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 15:27:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 15:27:02 +0000
commitc82646863035d11c341c0d1e31ab1bb7ea20f1bd (patch)
treef7a9e0f16e7fe6b9dad676e55b430edf4d50b3b5 /chart2/util
parentINTEGRATION: CWS os2port01 (1.14.30); FILE MERGED (diff)
downloadcore-c82646863035d11c341c0d1e31ab1bb7ea20f1bd.tar.gz
core-c82646863035d11c341c0d1e31ab1bb7ea20f1bd.zip
INTEGRATION: CWS os2port01 (1.4.38); FILE MERGED
2007/08/10 13:52:18 obr 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2006/12/28 14:34:30 ydario 1.4.38.1: OS/2 initial import.
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 008db1598ec0..3d8c9f7732d5 100644
--- a/chart2/util/makefile.pmk
+++ b/chart2/util/makefile.pmk
@@ -5,9 +5,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: vg $ $Date: 2007-05-22 19:29:18 $
+# last change: $Author: vg $ $Date: 2007-09-20 16:27:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -40,13 +40,13 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
# define macro for (chart-specific) tools library
-.IF "$(COM)" == "MSC"
+.IF "$(COM)" == "MSC" || "$(GUI)" == "OS2"
CHARTTOOLS= icharttools.lib
.ELSE
CHARTTOOLS= -lcharttools$(UPD)$(DLLPOSTFIX)
.ENDIF
-.IF "$(COM)" == "MSC"
+.IF "$(COM)" == "MSC" || "$(GUI)" == "OS2"
CHARTVIEW= ichartview.lib
.ELSE
CHARTVIEW= -lchartview$(UPD)$(DLLPOSTFIX)