# -*- 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,genconv_dict)) $(eval $(call gb_Executable_use_libraries,genconv_dict,\ sal \ )) $(eval $(call gb_Executable_add_exception_objects,genconv_dict,\ i18npool/source/textconversion/genconv_dict \ )) # vim: set noet sw=4 ts=4: >
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/plugadapt
AgeCommit message (Expand)Author
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl
2015-09-02vcl: rename DESKTOP_KDE to DESKTOP_KDE3Michael Stahl
2015-06-19use gtk3 vclplug by default under GNOME3 if availableCaolán McNamara
2015-03-24Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann
2015-03-20The 'svp' "plug-in" library is empty so don't build it at allTor Lillqvist
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann
2014-12-10Make IsHeadlessModeRequested hack work for LOKStephan Bergmann
2014-12-10Demote Application::IsHeadlessModeRequested to local hackStephan Bergmann
2014-11-22Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell