# -*- 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_Jar_Jar,sdbc_hsqldb)) $(eval $(call gb_Jar_use_externals,sdbc_hsqldb,\ hsqldb \ )) $(eval $(call gb_Jar_add_manifest_classpath,sdbc_hsqldb,\ $(if $(filter MACOSX,$(OS)),../../Frameworks/,..) \ )) $(eval $(call gb_Jar_set_packageroot,sdbc_hsqldb,com)) $(eval $(call gb_Jar_add_packagedir,sdbc_hsqldb,org)) $(eval $(call gb_Jar_add_sourcefiles,sdbc_hsqldb,\ connectivity/org/hsqldb/lib/FileSystemRuntimeException \ connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper \ connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeLibraries \ connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper \ connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess \ connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageAccess \ connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess \ connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream \ connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream \ )) # vim: set noet sw=4 ts=4: ce-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/Library_fwi.mk
AgeCommit message (Expand)Author
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-06-06remove some manual ref-countingNoel Grandin
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-04-07Fold PropertySetHelper into its only use, FrameStephan Bergmann
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2014-04-15Remove LockHelper::getGlobalMutex().Jan Holesovsky
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-05new module i18nlangtagEike Rathke
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-11-15re-base on ALv2 code. Includes:Michael Meeks