# -*- 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,unoil)) ifneq ($(ENABLE_JAVA),) $(eval $(call gb_Module_add_targets,unoil,\ CustomTarget_javamaker \ Jar_unoil \ )) endif ifeq ($(COM),MSC) $(eval $(call gb_Module_add_targets,unoil,\ CliUnoApi_oootypes \ )) endif # vim:set noet sw=4 ts=4: 'lo/core' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/CppunitTest_dbaccess_firebird_test.mk
AgeCommit message (Expand)Author
2016-07-27add uui component to some other placesCaolán McNamara
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2014-06-04DeInitVCL at end of testsStephan Bergmann
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan
2013-09-27Silence some (irrelevant) exceptions in firebird unit test.Andrzej J.R. Hunt
2013-09-10Add missing component to firebird unit test.Andrzej J.R. Hunt
2013-09-10Fix typo.Andrzej J.R. Hunt
2013-09-10Try to fix Mac/Win Tinderboxes.Andrzej J.R. Hunt
2013-09-10Add simple embedded firebird .odb loading test.Andrzej J.R. Hunt