# -*- 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,ucppkg1)) $(eval $(call gb_Library_set_componentfile,ucppkg1,ucb/source/ucp/package/ucppkg1)) $(eval $(call gb_Library_use_external,ucppkg1,boost_headers)) $(eval $(call gb_Library_use_sdk_api,ucppkg1)) $(eval $(call gb_Library_use_libraries,ucppkg1,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ ucbhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,ucppkg1,\ ucb/source/ucp/package/pkgcontentcaps \ ucb/source/ucp/package/pkgcontent \ ucb/source/ucp/package/pkgdatasupplier \ ucb/source/ucp/package/pkgprovider \ ucb/source/ucp/package/pkgresultset \ ucb/source/ucp/package/pkgservices \ ucb/source/ucp/package/pkguri \ )) # vim: set noet sw=4 ts=4: opia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppunit
AgeCommit message (Expand)Author
2012-09-26config.sub doesn't need patching any more it seemsTor Lillqvist
2012-09-25update cppunit to 1.13.1Markus Mohrhard
2012-09-14Adapt for DISABLE_DYNLOADING possibility also for AndroidTor Lillqvist
2012-08-21Resurrect cppunit/ios.patchTor Lillqvist
2012-08-17Use dlerror()Tor Lillqvist
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist
2012-06-29add windows patch backMarkus Mohrhard
2012-06-28use updated cppunit-1.13.0 sourcesMarkus Mohrhard
2012-06-27update cppunit to 1.13.0Markus Mohrhard
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-03-01WaE: unused parameterTor Lillqvist
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann
2012-02-14Mark cppunit patch as upstreamedStephan Bergmann
2012-02-10-Werror=sign-promo from cppunit; old GCC reduxStephan Bergmann
2012-02-10-Werror=sign-promo from cppunitStephan Bergmann
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich
2012-02-01Clarified patch status against new upstreamStephan Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-12-05cppunit build: fix the lib64 libdir on some linux distrosCédric Bosdonnat
2011-11-17Use lo_dlopen() on AndroidTor Lillqvist
2011-11-14Link libcppunit with the shared GNU C++ library for AndroidTor Lillqvist
2011-11-10We want Android shared objects to have names ending in .soTor Lillqvist
2011-10-11enable libstdc++ debug mode with --enable-dbgutilMichael Stahl