summaryrefslogtreecommitdiff
path: root/cui/Module_cui.mk
blob: 53492ef291a431309cbd003ae7369c02e6adacf2 (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
# -*- 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_Module_Module,cui))

$(eval $(call gb_Module_add_targets,cui,\
	Library_cui \
	Package_cui \
	UIConfig_cui \
))

$(eval $(call gb_Module_add_l10n_targets,cui,\
    AllLangMoTarget_cui \
))

# screenshots
$(eval $(call gb_Module_add_screenshot_targets,cui,\
    CppunitTest_cui_dialogs_test \
    CppunitTest_cui_dialogs_test_2 \
    CppunitTest_cui_dialogs_test_3 \
    CppunitTest_cui_dialogs_test_4 \
))

$(eval $(call gb_Module_add_uicheck_targets,cui,\
    UITest_cui_dialogs \
    UITest_cui_tabpages \
))

# vim: set noet sw=4 ts=4:
same as MACOSX_DEPLOYMENT_TARGETStephan Bergmann 2020-02-14tdf#122218: Baseline Xcode 9.3 ld presumably doesn't support -platform_versionStephan Bergmann 2020-02-14Drop broken filter-out of -bind_at_load for Executable_soffice_bin on macOSStephan Bergmann 2020-02-14tdf#122218: Hack to avoid blurry text with macOS SDK 10.15Stephan Bergmann 2019-08-31Unify executables to take version resource from default.rcMike Kaganski 2018-11-21tdf#112536 related: make soffice.bin a proper console application on WinMike Kaganski 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2014-12-03Fold URE: WindowsStephan Bergmann 2014-03-03desktop: rename Executable*.bin.mk/.com.mkMichael Stahl 2013-09-22desktop: soffice.bin and unopkg.bin cleanupMichael Stahl 2013-09-22gbuild: refactor LinkTarget representationMichael Stahl 2013-04-24desktop: rename WinResTarget target to match source fileMichael Stahl 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks