summaryrefslogtreecommitdiff
path: root/tools/os2/source/dll/makefile.mk
blob: 78d4a729c2340fe806c8b6131fc2b460ee19548d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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
c3648f72bf655623139e5fcc981ea1fd5a6'>cid#1448546 Logically dead codeCaolán McNamara 2019-05-29tdf#42949 Fix IWYU warnings in opencl/Gabor Kelemen 2019-05-22New loplugin:dataStephan Bergmann 2019-04-29test in a separate helper process if OpenCL crashes (tdf#112252)Luboš Luňák 2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov 2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann 2018-11-21improve function-local statics in forms..reportdesignNoel Grandin 2018-11-14$SC_FORCE_CALCULATION to force Calc use opencl/threads for everythingLuboš Luňák 2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin 2018-10-24tdf#42949 Fix IWYU warnings in include/opencl/*Gabor Kelemen 2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin 2018-10-15loplugin:constfields in ooxNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-08-14create appendCopy method in OUStringBufferNoel Grandin 2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin 2018-06-22tdf#42949 Fix IWYU warnings in include/sal/Gabor Kelemen 2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke