# -*- 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_ExternalPackage_ExternalPackage,liblangtag,langtag)) $(eval $(call gb_ExternalPackage_use_external_project,liblangtag,langtag)) ifeq ($(OS),MACOSX) $(eval $(call gb_ExternalPackage_add_file,liblangtag,$(LIBO_LIB_FOLDER)/liblangtag.1.dylib,liblangtag/.libs/liblangtag.1.dylib)) else ifeq ($(DISABLE_DYNLOADING),) $(eval $(call gb_ExternalPackage_add_file,liblangtag,$(LIBO_LIB_FOLDER)/liblangtag-lo.so.1,liblangtag/.libs/liblangtag-lo.so.1.4.0)) endif # vim: set noet sw=4 ts=4: nk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unodevtools/inc
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: unodevtoolsStephan Bergmann
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-02Remove unused pbOpt parameterStephan Bergmann
2014-02-26Remove visual noise from unodevtoolsAlexander Wilms
2014-02-17unodevtools: sal_Bool -> boolStephan Bergmann
2013-11-05fixincludeguards.sh: uno*Thomas Arnhold
2013-04-11No need to have uno-skeletonmaker depend on udkapiStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27Clean up codemaker/typemanager.hxxStephan Bergmann
2012-07-03re-base on ALv2 code.Michael Meeks