From 20e2d8d570641687ab509ad496995821373f2934 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 14:17:08 +0000 Subject: INTEGRATION: CWS a11ysep (1.17.6); FILE MERGED 2007/02/27 08:54:48 fs 1.17.6.3: RESYNC: (1.18-1.19); FILE MERGED 2005/09/27 06:34:27 fs 1.17.6.2: RESYNC: (1.17-1.18); FILE MERGED 2005/03/07 08:07:14 fs 1.17.6.1: #i44293# no resources needed anymore --- toolkit/util/makefile.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'toolkit') diff --git a/toolkit/util/makefile.mk b/toolkit/util/makefile.mk index 6cb1eb12366a..69b8afe94ca8 100644 --- a/toolkit/util/makefile.mk +++ b/toolkit/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: hr $ $Date: 2007-06-27 12:24:08 $ +# last change: $Author: hr $ $Date: 2007-06-27 15:17:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,6 +39,7 @@ PRJ=.. PRJNAME=toolkit TARGET=tk +TARGET2=tka VERSION=$(UPD) USE_DEFFILE=TRUE @@ -50,6 +51,9 @@ USE_DEFFILE=TRUE # --- Allgemein ---------------------------------------------------------- +# ======================================================================== +# = tk lib: the "classic" toolkit library + LIB1TARGET= $(SLB)$/$(TARGET).lib LIB1FILES= $(SLB)$/awt.lib \ $(SLB)$/tree.lib \ @@ -100,4 +104,5 @@ RES1FILELIST=$(SRS)$/awt.srs RESLIB1NAME=$(TARGET) RESLIB1SRSFILES=$(RES1FILELIST) +# --- Footer ------------------------------------------------------------- .INCLUDE : target.mk -- cgit