diff options
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 30ffc4017c3f..c68a25e76d22 100644 --- a/chart2/util/makefile.pmk +++ b/chart2/util/makefile.pmk @@ -5,9 +5,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2005-09-08 01:53:09 $ +# last change: $Author: rt $ $Date: 2006-03-08 13:57:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -65,11 +65,11 @@ UNOIDL=unoidl .IF "$(COM)" == "MSC" CHARTTOOLS= charttools.lib .ELSE - CHARTTOOLS= -lcharttools$(UPD)$(DLLSUFFIX) + CHARTTOOLS= -lcharttools$(UPD)$(DLLPOSTFIX) .ENDIF .IF "$(COM)" == "MSC" CHARTVIEW= chartview.lib .ELSE - CHARTVIEW= -lchartview$(UPD)$(DLLSUFFIX) + CHARTVIEW= -lchartview$(UPD)$(DLLPOSTFIX) .ENDIF |