diff options
-rw-r--r-- | toolkit/util/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/toolkit/util/makefile.mk b/toolkit/util/makefile.mk index 69b8afe94ca8..40573610a494 100644 --- a/toolkit/util/makefile.mk +++ b/toolkit/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: hr $ $Date: 2007-06-27 15:17:08 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:26:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,6 @@ PRJ=.. PRJNAME=toolkit TARGET=tk TARGET2=tka -VERSION=$(UPD) USE_DEFFILE=TRUE # --- Settings ----------------------------------------------------------- @@ -59,7 +58,7 @@ LIB1FILES= $(SLB)$/awt.lib \ $(SLB)$/tree.lib \ $(SLB)$/controls.lib \ $(SLB)$/helper.lib -SHL1TARGET= tk$(VERSION)$(DLLPOSTFIX) +SHL1TARGET= tk$(DLLPOSTFIX) SHL1IMPLIB= itk SHL1USE_EXPORTS=ordinal |