diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 15:27:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 15:27:02 +0000 |
commit | c82646863035d11c341c0d1e31ab1bb7ea20f1bd (patch) | |
tree | f7a9e0f16e7fe6b9dad676e55b430edf4d50b3b5 /chart2/util/makefile.pmk | |
parent | 528a00c1bb50d1ba46e032d175d65c0757e71563 (diff) |
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/makefile.pmk')
-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 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) |