# -*- 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_Configuration_Configuration,driver_jdbc)) $(eval $(call gb_Configuration_add_spool_modules,driver_jdbc,connectivity/registry/jdbc,\ org/openoffice/Office/DataAccess/Drivers-jdbc.xcu \ )) $(eval $(call gb_Configuration_add_localized_datas,driver_jdbc,connectivity/registry/jdbc,\ org/openoffice/Office/DataAccess/Drivers.xcu \ )) # vim: set noet sw=4 ts=4: 2b'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno/Module_pyuno.mk
AgeCommit message (Expand)Author
2019-04-02renamed ssl test to testsslShubham Goyal
2017-09-27Make these tests part of the regular 'make check'Stephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2016-06-01final solution of the ARCHIVE questionDavid Tardon
2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis
2014-11-26Extract python-only pythonloader.uno ini-file into its own PackageStephan Bergmann
2014-04-25disable pytest_ssl on macNorbert Thiebaud
2014-04-18Revert "python depend only working under windows so"David Tardon
2014-04-18python depend only working under windows soCaolán McNamara
2014-04-18test for enabled python is already handled by PythonTestDavid Tardon
2014-04-18move pyuno ssl test back to check targetsDavid Tardon
2014-04-18sigh, unclear how to make python tests depend on pythonCaolán McNamara
2014-04-18tweak the other oneCaolán McNamara
2014-04-18wait until a bit later to run the import ssl testCaolán McNamara
2014-04-18add an import ssl testCaolán McNamara