summaryrefslogtreecommitdiff
path: root/solenv/Executable_g++-wrapper.mk
blob: 1c4eb8dae48904e6deb8bae8b3e38fa12e206b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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,g++-wrapper))

$(eval $(call gb_Executable_add_exception_objects,g++-wrapper,\
	solenv/gcc-wrappers/g++, $(gb_COMPILEROPTFLAGS) \
))

$(eval $(call gb_Executable_use_static_libraries,g++-wrapper,\
    wrapper \
))

# vim:set noet sw=4 ts=4:
i?id=84dfdac1f7139337e61288af0e75aef66c19b29a'>sc: add "Delete Sparkline" context menu commandTomaž Vajngerl 2022-04-03sc: SparklineDialog and "Insert Sparkline" to context menuTomaž Vajngerl 2021-05-07tdf#90101 add .uno:PasteAsLinkscito 2021-05-03tdf#102255 add .uno:PasteTransposedscito 2021-02-25tdf#36466 sc UI: add new options to deselect hidden cellsTünde Tóth 2021-02-17tdf#36466 calc UI: add option to Select Visible Cells OnlyTünde Tóth 2021-01-30Added uno command for formula range selectionPranam Lashkari 2020-09-10Remove the useless Export sdi propertyMaxim Monastirsky 2020-03-12tdf#95854 Same shortcut for insert and edit commentMaxim Monastirsky 2020-03-11tdf#125440 Allow raising text import dialog for pasteSamuel Mehrbrodt