# -*- 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_Executable_Executable,cppumaker)) $(eval $(call gb_Executable_use_external,cppumaker,boost_headers)) $(eval $(call gb_Executable_use_libraries,cppumaker,\ sal \ salhelper \ unoidl \ )) $(eval $(call gb_Executable_use_static_libraries,cppumaker,\ codemaker_cpp \ codemaker \ )) $(eval $(call gb_Executable_add_exception_objects,cppumaker,\ codemaker/source/cppumaker/cppumaker \ codemaker/source/cppumaker/cppuoptions \ codemaker/source/cppumaker/cpputype \ codemaker/source/cppumaker/dependencies \ codemaker/source/cppumaker/dumputils \ codemaker/source/cppumaker/includes \ )) ifeq ($(OS)$(COM),WNTMSC) $(eval $(call gb_Executable_add_cxxflags,cppumaker,\ -Ob0 \ )) endif # vim:set noet sw=4 ts=4: ='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)Author
2015-07-09remove obsolete check for pre-MSVC2013 ATL library nameMichael Stahl
2015-07-08Fix typosAndrea Gelmini
2015-06-30Fix typosAndrea Gelmini
2015-06-16Remove reference to AccessibleTextImpl.javaAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15Fix typosAndrea Gelmini
2015-04-23winaccessibility: rename unhelpful string defines.Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-22presumably this will fix the mismatch of the service namesCaolán McNamara
2015-03-20Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet
2015-03-13Typos for descriptionJulien Nabet
2015-02-03Typo accpet->acceptJulien Nabet
2015-02-03Typo: selction/slection -> selectionJulien Nabet
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-02Adapt UAccCOM to X64 platformDavid Ostrovsky
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06fdo#81264 Accessiblitiy focus not tracked for cells in CalcNiklas Johansson
2014-10-29ref-counting vcl::Window subclassesNoel Grandin