summaryrefslogtreecommitdiff
path: root/toolkit/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:17:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:17:08 +0000
commit20e2d8d570641687ab509ad496995821373f2934 (patch)
tree46ba018efb6ffcb40da16e8f3a05bb116565f712 /toolkit/util
parent05cb89cdd8db720aadedb45f3e8dae87a224fca6 (diff)
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
Diffstat (limited to 'toolkit/util')
-rw-r--r--toolkit/util/makefile.mk9
1 files changed, 7 insertions, 2 deletions
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