# -*- 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,unobootstrapprotector)) $(eval $(call gb_Library_use_sdk_api,unobootstrapprotector)) $(eval $(call gb_Library_use_libraries,unobootstrapprotector,\ comphelper \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_use_externals,unobootstrapprotector,\ boost_headers \ cppunit \ )) $(eval $(call gb_Library_add_exception_objects,unobootstrapprotector,\ unotest/source/cpp/unobootstrapprotector/unobootstrapprotector \ )) # runtime dependency: needs unorc/uno.ini $(eval $(call gb_Library_use_package,unobootstrapprotector,\ instsetoo_native_setup_ure \ )) # vim: set noet sw=4 ts=4: ro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cli_ure/source
AgeCommit message (Expand)Author
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-22switch cli_ure to gbuildDavid Tardon
2012-09-22force cli_ure to buildMatúš Kukan
2012-09-22export uno_initEnvironment and uno_ext_getMappingDavid Tardon
2012-08-22fix StackOverflowException in climakerPeter Foley
2012-08-22convert climaker to new syntaxPeter Foley
2012-07-14simplify include guardsThomas Arnhold
2012-06-27re-base on ALv2 code.Michael Meeks