diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:26:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:26:45 +0000 |
commit | b41b0858982d6964dae701a86dc38d254b549eda (patch) | |
tree | bcf28411f6db17cd4a152c8d87b8e5b0d6b34768 /toolkit/util | |
parent | e365f541c92943ad0c18bfa9029c3c35a867651b (diff) |
INTEGRATION: CWS supdremove02 (1.21.78); FILE MERGED
2008/01/28 14:15:15 rt 1.21.78.1: #i85482# Remove UPD from library name
Diffstat (limited to 'toolkit/util')
-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 |