summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 16:38:12 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 16:38:12 +0000
commita9d136a1417f5cb352fe12321d64e036de77c3d9 (patch)
tree820190cb63e40c32f92aa6fdd0aeb694938551f3 /tools
parentce64ae8df597054a92e212fa7dbbea5a762d7d78 (diff)
INTEGRATION: CWS os2port03 (1.2.2); FILE ADDED
2008/07/18 11:32:17 rt 1.2.2.3: License header updated. 2008/01/14 17:03:52 ydario 1.2.2.2: restored os2 code. Issue number:i85203 Submitted by:ydario 2003/10/20 15:40:12 ydario 1.2.2.1: file makefile.mk was added on branch cws_src680_os2port03 on 2008-01-14 17:03:52 +0000
Diffstat (limited to 'tools')
-rw-r--r--tools/os2/source/dll/makefile.mk50
1 files changed, 50 insertions, 0 deletions
diff --git a/tools/os2/source/dll/makefile.mk b/tools/os2/source/dll/makefile.mk
new file mode 100644
index 000000000000..78d4a729c234
--- /dev/null
+++ b/tools/os2/source/dll/makefile.mk
@@ -0,0 +1,50 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2008 by Sun Microsystems, Inc.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.3 $
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org 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 version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org. If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+PRJ=..$/..$/..
+
+PRJNAME=TOOLS
+TARGET=dll
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+
+# --- Files --------------------------------------------------------
+
+CXXFILES= toolsdll.cxx
+
+SLOFILES= $(SLO)$/toolsdll.obj
+
+OBJFILES= $(OBJ)$/toolsdll.obj
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk