# -*- 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,vbaobj)) $(eval $(call gb_Library_set_include,vbaobj,\ -I$(SRCDIR)/sc/source/core/inc \ -I$(SRCDIR)/sc/source/filter/inc \ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_set_precompiled_header,vbaobj,$(SRCDIR)/sc/inc/pch/precompiled_vbaobj)) $(eval $(call gb_Library_set_componentfile,vbaobj,sc/util/vbaobj)) $(eval $(call gb_Library_use_externals,vbaobj,\ boost_headers \ mdds_headers \ )) $(eval $(call gb_Library_use_api,vbaobj,\ offapi \ oovbaapi \ udkapi \ )) $(eval $(call gb_Library_use_libraries,vbaobj,\ comphelper \ cppu \ cppuhelper \ editeng \ for \ msfilter \ sal \ sb \ sc \ sfx \ svl \ svt \ svx \ svxcore \ tk \ tl \ utl \ vbahelper \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,vbaobj,\ sc/source/ui/vba/excelvbahelper \ sc/source/ui/vba/service \ sc/source/ui/vba/vbaapplication \ sc/source/ui/vba/vbaassistant \ sc/source/ui/vba/vbaaxes \ sc/source/ui/vba/vbaaxis \ sc/source/ui/vba/vbaaxistitle \ sc/source/ui/vba/vbaborders \ sc/source/ui/vba/vbacharacters \ sc/source/ui/vba/vbachart \ sc/source/ui/vba/vbachartobject \ sc/source/ui/vba/vbachartobjects \ sc/source/ui/vba/vbacharttitle \ sc/source/ui/vba/vbacomment \ sc/source/ui/vba/vbacomments \ sc/source/ui/vba/vbacondition \ sc/source/ui/vba/vbadialog \ sc/source/ui/vba/vbadialogs \ sc/source/ui/vba/vbaeventshelper \ sc/source/ui/vba/vbafont \ sc/source/ui/vba/vbaformat \ sc/source/ui/vba/vbaformatcondition \ sc/source/ui/vba/vbaformatconditions \ sc/source/ui/vba/vbaglobals \ sc/source/ui/vba/vbahyperlink \ sc/source/ui/vba/vbahyperlinks \ sc/source/ui/vba/vbainterior \ sc/source/ui/vba/vbamenubar \ sc/source/ui/vba/vbamenubars \ sc/source/ui/vba/vbamenu \ sc/source/ui/vba/vbamenus \ sc/source/ui/vba/vbamenuitem \ sc/source/ui/vba/vbamenuitems \ sc/source/ui/vba/vbaname \ sc/source/ui/vba/vbanames \ sc/source/ui/vba/vbaoleobject \ sc/source/ui/vba/vbaoleobjects \ sc/source/ui/vba/vbaoutline \ sc/source/ui/vba/vbapagebreak \ sc/source/ui/vba/vbapagebreaks \ sc/source/ui/vba/vbapagesetup \ sc/source/ui/vba/vbapalette \ sc/source/ui/vba/vbapane \ sc/source/ui/vba/vbapivotcache \ sc/source/ui/vba/vbapivottable \ sc/source/ui/vba/vbapivottables \ sc/source/ui/vba/vbarange \ sc/source/ui/vba/vbasheetobject \ sc/source/ui/vba/vbasheetobjects \ sc/source/ui/vba/vbastyle \ sc/source/ui/vba/vbastyles \ sc/source/ui/vba/vbatextboxshape \ sc/source/ui/vba/vbatextframe \ sc/source/ui/vba/vbavalidation \ sc/source/ui/vba/vbawindow \ sc/source/ui/vba/vbawindows \ sc/source/ui/vba/vbaworkbook \ sc/source/ui/vba/vbaworkbooks \ sc/source/ui/vba/vbaworksheet \ sc/source/ui/vba/vbaworksheets \ sc/source/ui/vba/vbawsfunction \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,vbaobj,\ advapi32 \ oldnames \ )) endif # vim: set noet sw=4 ts=4: o/collabora/cp-5.0'>distro/collabora/cp-5.0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libjpeg-turbo/Module_libjpeg-turbo.mk
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-10-26 15:01:22 +0200
committerAndras Timar <andras.timar@collabora.com>2021-10-26 15:01:22 +0200
commit1806ede4181d0c6e607110c50cef8e92094a9afb (patch)
tree80eff54b29b365ef31e4a55728c7861f710c66cc /external/libjpeg-turbo/Module_libjpeg-turbo.mk
parent2623b86bcdf90f8fbf1fbf32c4a8e78380625a19 (diff)
Bump version to 21.06.5.2 t/lo/core/commit/opencl/source?h=cib-6.4-3&id=db17d3c17c40d6b0e92392cf3c6e343d1d17b771'>new loplugin: memoryvarNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann 2015-09-16YAGNITor Lillqvist 2015-09-15Split formula group for OpenCL up into smaller bits when necessaryTor Lillqvist 2015-09-14boost->stdCaolán McNamara 2015-08-26Log OpenCL errors symbolically here, tooTor Lillqvist 2015-08-26Revert "Enable out-of-order kernel execution"Tor Lillqvist 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann 2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-20Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet 2015-02-10Add SAL_INFOs for tracing kernel and program life cycleTor Lillqvist 2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara 2015-02-06Move OpenCLError::strerror() from sc to opencl, and rename to errorString()Tor Lillqvist 2015-02-05The horrible CHECK_OPENCL() fortunately is used only in openclwrapper.cxxTor Lillqvist 2015-01-19Fix typo comments Resouce->ResourceAndrea Gelmini 2015-01-07Set up foundation for supporting multiple OpenCL command queues per device.Kohei Yoshida 2014-12-18opencl: Use appropriate OUString functions on string constantsStephan Bergmann 2014-12-17Enable out-of-order kernel execution.Kohei Yoshida 2014-11-27The OpenCLEnv struct is used only inside openclwrapper.cxxTor Lillqvist 2014-11-27Clean up confusing OpenCL code a bitTor Lillqvist 2014-11-27Use correct SAL_INFO log areaTor Lillqvist 2014-11-27Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist 2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist