# -*- 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,sc_annotationshapeobj)) $(eval $(call gb_CppunitTest_use_external,sc_annotationshapeobj,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_annotationshapeobj, \ sc/qa/extras/scannotationshapeobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_annotationshapeobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_annotationshapeobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_annotationshapeobj)) $(eval $(call gb_CppunitTest_use_ure,sc_annotationshapeobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_annotationshapeobj)) $(eval $(call gb_CppunitTest_use_components,sc_annotationshapeobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_annotationshapeobj)) # vim: set noet sw=4 ts=4: ibreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Expand)Author
2021-05-14odk: build examples with GCC with explicit -std=c++11Michael Stahl
2020-01-08Bump copyright year to 2020Adolfo Jayme Barrientos
2019-11-01odk: fix for change directory in complextoolbarcontrols sampleVasily Melenchuk
2019-10-23ODK: cleanup windows linker debug argsThorsten Behrens
2019-10-19Fix typo and dotsAndrea Gelmini
2019-10-12rtl/stringconcat.hxx is not part of the URE interfaceStephan Bergmann
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-09Make odk build-examples work on macOS 10.15Stephan Bergmann
2019-09-10Fix typosAndrea Gelmini
2019-09-06Fixing '....' and '..'Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-29Fix typoAndrea Gelmini
2019-08-21odk: fixed typos in generated manifestsVasily Melenchuk
2019-08-20Fix EXTENSION_PLATFORM for Windows x86_64Stephan Bergmann
2019-08-19Fix typosAndrea Gelmini
2019-08-19Fix typosAndrea Gelmini
2019-08-16Fix typosAndrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-08-12Fix typoAndrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-08-11Fixed "OfficeDocument"Matthias Seidel
2019-08-09Fix typosAndrea Gelmini
2019-07-24Fix typo 'a SDK'Andrea Gelmini
2019-07-20Fix typosAndrea Gelmini
2019-07-20Fix typos in codeAndrea Gelmini
2019-05-10an uno -> a unoCaolán McNamara
2019-05-10an is used before a vowel soundCaolán McNamara
2019-05-09par command does not allow n command in its first line(title)Tomoyuki Kubota
2019-04-16fix usage of successful/successfully in commentsNoel Grandin
2019-04-04odk: Add hint to test this in instdir/sdkSamuel Mehrbrodt
2019-04-03Fix typosJens Carl
2019-04-01(blind) fix of 'ERROR: Source for LICENSE.html not found!' on macOSAndras Timar
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski
2019-03-19single source file for licensing info with conditional textTamas Bunth
2019-02-15Adopt odk configure to new java 6 baselineSamuel Mehrbrodt