# -*- 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,binaryurp)) $(eval $(call gb_Library_set_componentfile,binaryurp,binaryurp/source/binaryurp)) $(eval $(call gb_Library_use_udk_api,binaryurp)) $(eval $(call gb_Library_use_external,binaryurp,boost_headers)) $(eval $(call gb_Library_use_libraries,binaryurp,\ cppu \ cppuhelper \ sal \ salhelper \ )) $(eval $(call gb_Library_add_exception_objects,binaryurp,\ binaryurp/source/binaryany \ binaryurp/source/bridge \ binaryurp/source/bridgefactory \ binaryurp/source/currentcontext \ binaryurp/source/incomingrequest \ binaryurp/source/lessoperators \ binaryurp/source/marshal \ binaryurp/source/outgoingrequests \ binaryurp/source/proxy \ binaryurp/source/reader \ binaryurp/source/unmarshal \ binaryurp/source/writer \ )) # vim: set noet sw=4 ts=4: ni/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2011-09-18 10:40:37 -0400
committerPeter Foley <pefoley2@verizon.net>2011-09-18 19:17:17 -0400
commit4478b739ddade09425d496cbddee1542fdfd5e9b (patch)
tree46e887de059e7d84f8ce62c0e46ea4c7c879c05e /bean
parent61d6a6b0efa09cd19da46bfc328d8b658c2ba845 (diff)
convert bean to gbuild and add to tail_build