# -*- 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_Library_Library,file)) $(eval $(call gb_Library_add_defs,file,\ -DOOO_DLLIMPLEMENTATION_FILE \ )) $(eval $(call gb_Library_set_precompiled_header,file,$(SRCDIR)/connectivity/inc/pch/precompiled_file)) $(eval $(call gb_Library_set_include,file,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ -I$(SRCDIR)/connectivity/source/inc \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_use_external,file,boost_headers)) $(eval $(call gb_Library_use_sdk_api,file)) $(eval $(call gb_Library_use_libraries,file,\ cppu \ cppuhelper \ svl \ tl \ ucbhelper \ sal \ salhelper \ dbtools \ utl \ comphelper \ )) $(eval $(call gb_Library_add_exception_objects,file,\ connectivity/source/drivers/component/CColumns \ connectivity/source/drivers/component/CDatabaseMetaData \ connectivity/source/drivers/component/CPreparedStatement \ connectivity/source/drivers/component/CResultSet \ connectivity/source/drivers/component/CStatement \ connectivity/source/drivers/component/CTable \ connectivity/source/drivers/file/FCatalog \ connectivity/source/drivers/file/FColumns \ connectivity/source/drivers/file/FConnection \ connectivity/source/drivers/file/FDatabaseMetaData \ connectivity/source/drivers/file/FDateFunctions \ connectivity/source/drivers/file/FDriver \ connectivity/source/drivers/file/FNoException \ connectivity/source/drivers/file/FNumericFunctions \ connectivity/source/drivers/file/FPreparedStatement \ connectivity/source/drivers/file/FResultSet \ connectivity/source/drivers/file/FResultSetMetaData \ connectivity/source/drivers/file/FStatement \ connectivity/source/drivers/file/FStringFunctions \ connectivity/source/drivers/file/FTable \ connectivity/source/drivers/file/FTables \ connectivity/source/drivers/file/fanalyzer \ connectivity/source/drivers/file/fcode \ connectivity/source/drivers/file/fcomp \ connectivity/source/drivers/file/quotedstring \ )) # vim: set noet sw=4 ts=4: a/co-2021'>distro/collabora/co-2021 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/package/Library_package2.mk
AgeCommit message (Expand)Author
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-06-15loplugin:logexceptionnicely in package..reportdesignNoel Grandin
2019-05-28parallel deflate compression (one stream, multiple threads)Luboš Luňák
2018-07-27skip checking zip crcs when fuzzingCaolán McNamara
2017-06-08First cut at moving unzipping into new thread:Mohammed Abdul Azeem
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-02-12normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIGMichael Stahl
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-05-30merge three base64 encoders/decoders togetherCaolán McNamara
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud