# -*- 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_Module_Module,io)) $(eval $(call gb_Module_add_targets,io,\ Library_acceptor \ Library_connector \ Library_streams \ Library_textinstream \ Library_textoutstream \ )) # vim:set noet sw=4 ts=4: class='main'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/editeng/AllLangResTarget_editeng.mk
AgeCommit message (Expand)Author
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-06fix deps on .hrc filesDavid Tardon
2012-04-09add package deps for resourcesDavid Tardon
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan