# -*- 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_ExternalPackage_ExternalPackage,libmwaw,libmwaw)) $(eval $(call gb_ExternalPackage_use_external_project,libmwaw,libmwaw)) ifeq ($(OS)$(COM),WNTMSC) $(eval $(call gb_ExternalPackage_add_file,libmwaw,lib/mwaw-0.1.lib,src/lib/.libs/libmwaw-0.1.lib)) else $(eval $(call gb_ExternalPackage_add_file,libmwaw,lib/libmwaw-0.1.a,src/lib/.libs/libmwaw-0.1.a)) endif # vim: set noet sw=4 ts=4: option value='aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Expand)Author
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-10testtools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
2014-02-27Remove visual noise from testtoolsAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-10Typo: execption -> exceptionJulien Nabet
2014-02-04gbuild: component files for Jars in NONE layer and move testComponentMichael Stahl
2014-01-28bool improvementsStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-04Revert "throw new ..." fix in Managed C++ codeStephan Bergmann
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-19-Werror,-Wunused-variableStephan Bergmann
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-10-31solver doesn't solve anything...Michael Stahl
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28gbuild: refactor CliUnoApiMichael Stahl
2013-10-25stop looking for Jar files in solverMichael Stahl
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl
2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann
2013-09-18There are two distinct InternalUnoApis in testtoolsStephan Bergmann
2013-09-10gbuild: use xml .rdb files directly from workdirMatúš Kukan
2013-08-29Fix testtools/CustomTarget_bridgetest.mk scripts for Mac OS XStephan Bergmann
2013-08-27The testtools component libs are layer NONE, not URELIBStephan Bergmann
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist