# -*- 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,guesslang)) $(eval $(call gb_Library_set_componentfile,guesslang,lingucomponent/source/languageguessing/guesslang,services)) ifneq ($(ENABLE_WASM_STRIP_GUESSLANG),TRUE) $(eval $(call gb_Library_use_externals,guesslang,\ libexttextcat \ )) endif $(eval $(call gb_Library_use_externals,guesslang,\ boost_headers \ )) $(eval $(call gb_Library_use_sdk_api,guesslang)) $(eval $(call gb_Library_use_libraries,guesslang,\ cppu \ cppuhelper \ sal \ tl \ utl \ )) $(eval $(call gb_Library_add_exception_objects,guesslang,\ lingucomponent/source/languageguessing/guess \ lingucomponent/source/languageguessing/guesslang \ lingucomponent/source/languageguessing/simpleguesser \ )) # vim: set noet sw=4 ts=4: value='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idlc/Executable_idlc.mk
AgeCommit message (Expand)Author
2019-09-11Fix missing dependencyMike Kaganski
2016-12-20bootstrap building with --disable-dynloading on standard linuxCaolán McNamara
2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-09add external for unistd.hDavid Tardon
2013-02-25flex output needs soltools' unistd.h on WNTStephan Bergmann