# -*- 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_Library_Library,MacOSXSpell)) $(eval $(call gb_Library_set_componentfile,MacOSXSpell,lingucomponent/source/spellcheck/macosxspell/MacOSXSpell)) $(eval $(call gb_Library_set_include,MacOSXSpell,\ $$(INCLUDE) \ -I$(SRCDIR)/lingucomponent/source/lingutil \ )) $(eval $(call gb_Library_use_sdk_api,MacOSXSpell)) $(eval $(call gb_Library_use_libraries,MacOSXSpell,\ comphelper \ cppu \ cppuhelper \ lng \ sal \ i18nlangtag \ svl \ tl \ ucbhelper \ utl \ )) $(eval $(call gb_Library_use_system_darwin_frameworks,MacOSXSpell,\ Cocoa \ )) $(eval $(call gb_Library_use_externals,MacOSXSpell,\ boost_headers \ hunspell \ )) $(eval $(call gb_Library_add_objcxxobjects,MacOSXSpell,\ lingucomponent/source/spellcheck/macosxspell/macspellimp \ )) # vim: set noet sw=4 ts=4: /zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ure/Rdb_ure.mk
AgeCommit message (Expand)Author
2014-12-01Fold URE: Linux ure/share/misc/* -> program/Stephan Bergmann
2013-11-05fdo#60698: Merge all libs of io...Marcos Paulo de Souza
2013-09-12gbuild: remove gb_Rdb__get_final_targetMichael Stahl
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-05-07Extract SmoketestCommandEnvironment.java from juh.jarStephan Bergmann
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2012-05-26gbuildize remotebridgesDavid Tardon
2012-04-01merge origin/masterDavid Tardon
2012-03-30Don't build and deliver .component files with empty URIs (for iOS)Tor Lillqvist