# -*- 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,namingservice)) $(eval $(call gb_Library_use_external,namingservice,boost_headers)) $(eval $(call gb_Library_use_udk_api,namingservice)) $(eval $(call gb_Library_use_libraries,namingservice,\ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,namingservice,stoc/source/namingservice/namingservice)) $(eval $(call gb_Library_add_exception_objects,namingservice,\ stoc/source/namingservice/namingservice \ )) # vim:set noet sw=4 ts=4: '>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/setup_native/prj
AgeCommit message (Expand)Author
2012-07-23Build the cross-msi-tools if winegcc is foundFridrich Štrba
2012-07-23Eventually build the lanedo msi* tools soonFridrich Štrba
2012-07-17move ulfconv to l10ntoolsDavid Tardon
2012-06-05fdo#47805 rework handling of 64-bit registry entriesAndras Timar
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen