From a9d136a1417f5cb352fe12321d64e036de77c3d9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 22 Jul 2008 16:38:12 +0000 Subject: 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 --- tools/os2/source/dll/makefile.mk | 50 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 tools/os2/source/dll/makefile.mk (limited to 'tools/os2') 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 +# +# 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 -- cgit