# -*- 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_Module_Module,jurt)) ifneq ($(ENABLE_JAVA),) $(eval $(call gb_Module_add_targets,jurt,\ Jar_jurt \ Library_jpipe \ )) ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,jurt,\ Library_jpipx \ )) endif $(eval $(call gb_Module_add_subsequentcheck_targets,jurt,\ CustomTarget_test_urp \ InternalUnoApi_test_urp \ JunitTest_bridgefactory \ JunitTest_connections \ JunitTest_java \ JunitTest_java_remote \ JunitTest_remote \ JunitTest_uno \ JunitTest_urp \ JunitTest_util \ )) endif # vim:set noet sw=4 ts=4: ce-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unodevtools
AgeCommit message (Expand)Author
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-10deduplicate OString std::basic_ostream operatorsMiklos Vajna
2012-08-04Replace usage of rtl/memory.h in unodevtools with equivalent from string.hArnaud Versini
2012-07-03re-base on ALv2 code.Michael Meeks
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
2012-06-07skeletonmaker: add back \" in string literalMichael Stahl
2012-06-06Update also the help messageTor Lillqvist
2012-06-06Nobody uses this tool, but still, update the license blurb it outputsTor Lillqvist
2012-06-02targeted string re-workNorbert Thiebaud