summaryrefslogtreecommitdiff
path: root/toolkit/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:22:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:22:01 +0000
commit73a465b6da08c3fcda059d53f176d8aa3df13373 (patch)
tree99a994d1a3527bc0a3d3ff7c76f6f07918cc1be9 /toolkit/source
parent772ba1fa21e51b6d20746155f88828dd4a3b126c (diff)
INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED
2006/10/13 13:52:40 cl 1.1.2.2: added primilary awt tree control api 2006/09/28 14:10:07 cl 1.1.2.1: added primilary awt tree control api
Diffstat (limited to 'toolkit/source')
-rw-r--r--toolkit/source/controls/tree/makefile.mk56
1 files changed, 56 insertions, 0 deletions
diff --git a/toolkit/source/controls/tree/makefile.mk b/toolkit/source/controls/tree/makefile.mk
new file mode 100644
index 000000000000..eccd3b517dfd
--- /dev/null
+++ b/toolkit/source/controls/tree/makefile.mk
@@ -0,0 +1,56 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: hr $ $Date: 2007-06-27 12:22:01 $
+#
+# The Contents of this file are made available subject to
+# the terms of GNU Lesser General Public License Version 2.1.
+#
+#
+# GNU Lesser General Public License Version 2.1
+# =============================================
+# Copyright 2005 by Sun Microsystems, Inc.
+# 901 San Antonio Road, Palo Alto, CA 94303, USA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License version 2.1, as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+#*************************************************************************
+
+PRJ=..$/..$/..
+
+PRJNAME=toolkit
+TARGET=tree
+
+ENABLE_EXCEPTIONS=TRUE
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
+# --- Files --------------------------------------------------------
+
+SLOFILES= \
+ $(SLO)$/treecontrol.obj\
+ $(SLO)$/treedatamodel.obj
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk