# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_Library_Library,canvastools)) $(eval $(call gb_Library_use_package,canvastools,canvas_inc)) $(eval $(call gb_Library_set_include,canvastools,\ $$(INCLUDE) \ -I$(SRCDIR)/canvas/inc \ )) $(eval $(call gb_Library_use_sdk_api,canvastools)) $(eval $(call gb_Library_add_defs,canvastools,\ -DCANVASTOOLS_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_libraries,canvastools,\ basegfx \ comphelper \ cppu \ cppuhelper \ sal \ tk \ tl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,canvastools,\ canvas/source/tools/cachedprimitivebase \ canvas/source/tools/canvascustomspritehelper \ canvas/source/tools/canvastools \ canvas/source/tools/elapsedtime \ canvas/source/tools/page \ canvas/source/tools/pagemanager \ canvas/source/tools/parametricpolypolygon \ canvas/source/tools/propertysethelper \ canvas/source/tools/spriteredrawmanager \ canvas/source/tools/surface \ canvas/source/tools/surfaceproxy \ canvas/source/tools/surfaceproxymanager \ canvas/source/tools/verifyinput \ )) ifeq ($(strip $(ENABLE_AGG)),YES) $(eval $(call gb_Library_add_exception_objects,canvastools,\ canvas/source/tools/bitmap \ canvas/source/tools/image \ )) $(eval $(call gb_Library_use_libraries,canvastools,\ agg \ )) ifneq ($(strip $(AGG_VERSION)),) $(eval $(call gb_Library_add_defs,canvastools,\ -DAGG_VERSION=$(AGG_VERSION) \ )) endif endif ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,canvastools,\ winmm \ )) endif # vim: set noet sw=4 ts=4: 24.04.3'>distro/collabora/co-24.04.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)Author
2020-04-07loplugin:flatten in idlNoel Grandin
2020-03-20The idl __attribute__((__weak__)) hack doesn't seem necessary for --enable-ltoStephan Bergmann
2020-03-11tdf#114441: Convert use of sal_uLong to better integer typesBugra
2020-03-02ofz#20976 build-failureCaolán McNamara
2020-03-02Revert "ofz#20976 build-failure"Caolán McNamara
2020-03-02ofz#20976 build-failureCaolán McNamara
2020-01-14loplugin:finalclasses in i18npool..linguisticNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-09-06Fixing '....'Andrea Gelmini
2019-07-18cid#1448323 Unchecked return valueCaolán McNamara
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen