# -*- 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_StaticLibrary_StaticLibrary,transex)) $(eval $(call gb_StaticLibrary_set_include,transex,\ -I$(SRCDIR)/l10ntools/inc \ $$(INCLUDE) \ )) $(eval $(call gb_StaticLibrary_use_externals,transex,\ boost_headers \ libxml2 \ )) $(eval $(call gb_StaticLibrary_add_exception_objects,transex,\ l10ntools/source/helper \ l10ntools/source/common \ l10ntools/source/merge \ l10ntools/source/po \ )) # vim: set noet sw=4 ts=4: ue='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Expand)Author
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-22msvc80 dlls are only needed for mozab driverDavid Tardon
2013-04-15configure: find the MSVC debug runtime librariesMichael Stahl
2013-04-10one variable to rule them allDavid Tardon