# -*- 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_CppunitTest_CppunitTest,cppuhelper_cppu_unourl)) $(eval $(call gb_CppunitTest_add_exception_objects,cppuhelper_cppu_unourl,\ cppuhelper/qa/unourl/cppu_unourl \ )) $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_cppu_unourl,\ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: 3e36eced14'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/libxml2/makefile.mk
AgeCommit message (Expand)Author
2012-11-06Ignore the static and debugging libxml2 libs that get built with MSVCTor Lillqvist
2012-09-14Adapt for DISABLE_DYNLOADING instead of just iOSTor Lillqvist
2012-05-08Don't build against the debugging MSVC runtime in a dbgutil build eitherTor Lillqvist
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann
2012-02-23set back rpath to ure/lib for libxml on MACPetr Mladek
2012-02-22support using for libxml2 internal on MacOSXNorbert Thiebaud
2012-01-10build debugging libxml2 with -gCaolán McNamara