summaryrefslogtreecommitdiff
path: root/xmlscript/test/makefile.mk
blob: 6a08433f13ba42fbf464083dbea75a928df17f4e (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
51
52
53
54
55
56
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
PRJ=..

PRJNAME=xmlscript
TARGET=imexp
TARGETTYPE=GUI
LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE


# --- Settings -----------------------------------------------------

.INCLUDE :  settings.mk

# --- Files --------------------------------------------------------

CXXFILES= \
        imexp.cxx

OBJFILES= \
        $(OBJ)$/imexp.obj

APP1TARGET=$(TARGET)
APP1OBJS=$(OBJFILES)
APP1STDLIBS= \
        $(TOOLSLIB)			\
        $(SOTLIB)			\
        $(SVTOOLLIB)			\
        $(COMPHELPERLIB)		\
        $(VCLLIB)			\
        $(CPPULIB)			\
        $(CPPUHELPERLIB)		\
        $(SALLIB)			\
        $(XMLSCRIPTLIB)

APP1DEF=	$(MISC)$/imexp.def

# --- Targets ------------------------------------------------------

.INCLUDE :  target.mk
Fix a locking bug in our Java ComponentBase class, where after the transitionDamjan Jovanovic 2017-09-02Typos for "available"Julien Nabet 2017-06-23Fix typos: uniform registeredAndrea Gelmini 2017-06-12Translate German comments and debug strings (leftovers in dirs j... to q...)Johnny_M 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert javaunohelper from OSL_ASSERT to assertChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-25Fix typosAndrea Gelmini 2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-17Typo: listerner->listenerJulien Nabet 2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin 2016-02-17javaunohelper: fix all javadoc warningsMichael Stahl 2016-02-08cid#1326918 FB.NP_CLONE_COULD_RETURN_NULLStephan Bergmann 2016-02-04coverity#1326400 Dereference null return valueCaolán McNamara 2015-12-30coverity#1326973 SBSC: String concatenation in loop using + operatorCaolán McNamara 2015-12-21related tdf#86784: new API got backported to 5.1Thorsten Behrens 2015-12-21cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE)Stephan Bergmann 2015-12-20Fix @since tagsStephan Bergmann 2015-12-18tdf#86784: Pass custom options to Java bootstrapKatarina Behrens 2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky 2015-12-01Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky 2015-11-24cppcheck: noExplicitConstructorCaolán McNamara 2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann 2015-11-11coverity#1338592 Explicit null dereferencedCaolán McNamara 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin 2015-11-05java: combine nested if statementsNoel Grandin 2015-11-05java:no need to explicitly create these constructorsNoel Grandin 2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin 2015-10-23com::sun::star->css in lingucomponentNoel Grandin 2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara 2015-10-15cid#1326115 Unchecked return valueNoel Grandin 2015-10-14cid#1326733 Dm: Dubious method usedNoel Grandin 2015-10-14use early returns to make method easier to readNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann