summaryrefslogtreecommitdiff
path: root/desktop/Executable_soffice_exe.mk
blob: 87becbd911ee22345061eca6990d8a515a4b0ec3 (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
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# 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/.
#

$(eval $(call gb_Executable_Executable,soffice_exe))

$(eval $(call gb_Executable_set_targettype_gui,soffice_exe,YES))

$(eval $(call gb_Executable_use_system_win32_libs,soffice_exe,\
    shell32 \
))

$(eval $(call gb_Executable_use_static_libraries,soffice_exe,\
    ooopathutils \
    winloader \
))

$(eval $(call gb_Executable_add_exception_objects,soffice_exe,\
    desktop/win32/source/officeloader/soffice_exe \
))

$(eval $(call gb_Executable_add_nativeres,soffice_exe,soffice/launcher))

# vim: set ts=4 sw=4 et:
0200'>2019-10-02WTF "WTF 255 return value?"Stephan Bergmann 2019-09-19Improve test output a bitStephan Bergmann 2019-09-06Fixing "...."Andrea Gelmini 2019-08-12Fix typosAndrea Gelmini 2019-07-21loplugin:referencecasting in unotools..uuiNoel Grandin 2019-05-10an is used before a vowel soundCaolán McNamara 2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen 2018-09-17New loplugin:externalStephan Bergmann 2018-09-07DeInitVCL in PythonTestStephan Bergmann 2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke 2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara 2018-06-29test: invoke ODF validator with custom schemasMichael Stahl 2018-05-05Fix typosAndrea Gelmini 2018-04-14Fix typosAndrea Gelmini 2018-04-06Fix Python file URL construction on WindowsStephan Bergmann 2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann