# -*- 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,rpt)) $(eval $(call gb_Library_set_include,rpt,\ $$(INCLUDE) \ -I$(SRCDIR)/reportdesign/inc \ -I$(SRCDIR)/reportdesign/source/inc \ -I$(SRCDIR)/reportdesign/source/core/inc \ )) $(eval $(call gb_Library_add_defs,rpt,\ -DREPORTDESIGN_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_external,rpt,boost_headers)) $(eval $(call gb_Library_set_precompiled_header,rpt,$(SRCDIR)/reportdesign/inc/pch/precompiled_rpt)) $(eval $(call gb_Library_use_sdk_api,rpt)) $(eval $(call gb_Library_use_libraries,rpt,\ comphelper \ cppu \ cppuhelper \ dbtools \ dbu \ editeng \ fwe \ i18nlangtag \ sal \ salhelper \ sfx \ svl \ svt \ svxcore \ svx \ tk \ tl \ utl \ vcl \ )) $(eval $(call gb_Library_set_componentfile,rpt,reportdesign/util/rpt)) $(eval $(call gb_Library_add_exception_objects,rpt,\ reportdesign/source/core/api/FixedLine \ reportdesign/source/core/api/FixedText \ reportdesign/source/core/api/FormatCondition \ reportdesign/source/core/api/FormattedField \ reportdesign/source/core/api/Function \ reportdesign/source/core/api/Functions \ reportdesign/source/core/api/Group \ reportdesign/source/core/api/Groups \ reportdesign/source/core/api/ImageControl \ reportdesign/source/core/api/ReportComponent \ reportdesign/source/core/api/ReportControlModel \ reportdesign/source/core/api/ReportDefinition \ reportdesign/source/core/api/ReportEngineJFree \ reportdesign/source/core/api/ReportVisitor \ reportdesign/source/core/api/Section \ reportdesign/source/core/api/services \ reportdesign/source/core/api/Shape \ reportdesign/source/core/api/Tools \ reportdesign/source/core/misc/conditionalexpression \ reportdesign/source/core/misc/conditionupdater \ reportdesign/source/core/misc/reportformula \ reportdesign/source/core/resource/core_resource \ reportdesign/source/core/sdr/formatnormalizer \ reportdesign/source/core/sdr/PropertyForward \ reportdesign/source/core/sdr/ReportDrawPage \ reportdesign/source/core/sdr/ReportUndoFactory \ reportdesign/source/core/sdr/RptModel \ reportdesign/source/core/sdr/RptObject \ reportdesign/source/core/sdr/RptObjectListener \ reportdesign/source/core/sdr/RptPage \ reportdesign/source/core/sdr/UndoActions \ reportdesign/source/core/sdr/UndoEnv \ )) # vim: set noet sw=4 ts=4: 04.4'>distro/collabora/co-24.04.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/liblangtag
AgeCommit message (Expand)Author
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-14upstream has moved to http://tagoh.bitbucket.org/liblangtag/Eike Rathke
2012-12-01vsnprintf() is not portableLuboš Luňák
2012-11-25Work around Windows' missing symlinksStephan Bergmann
2012-11-24Move in-build liblangtag data to solver's unittest/installation/shareStephan Bergmann
2012-11-24Remove unused liblangtag/CustomTarget_langtag.mkStephan Bergmann
2012-11-22Mark patch pushed upstreamStephan Bergmann
2012-11-22Use xmlDocCopyNode to merge nodes into different docs in liblangtagStephan Bergmann
2012-11-21fix build on ppcCaolán McNamara
2012-11-13fix liblangtag for win and cleanup autoconfPeter Foley
2012-11-13liblangtag really does not need to be a shared libraryFridrich Štrba
2012-11-13Fix the pthread branch of lt-atomic.hFridrich Štrba
2012-11-13Oops, a typoFridrich Štrba
2012-11-13Shortcircuit liblangtag's builtin detection using config.cacheFridrich Štrba
2012-11-12get macosx to run againCaolán McNamara
2012-11-12Mention the fragility of its MSVC configuryTor Lillqvist
2012-11-12Fix MSVC build: put the CFLAGS inside CC for preprocessor check to succeedTor Lillqvist
2012-11-12Missing "/inc"Stephan Bergmann
2012-11-11fix liblangtag 'delivery' on MacNorbert Thiebaud
2012-11-11fix liblangtagPeter Foley
2012-11-11fix langtag so namePeter Foley
2012-11-11convert liblangtag to gbuildPeter Foley
2012-11-09This is a bit more elegantFridrich Štrba
2012-11-08corrected Windows lt_atomic_int_dec_and_test()Eike Rathke
2012-11-08MinGW: Deliver liblangtag-1.dll correctly.Jan Holesovsky
2012-11-08Ask MSVC to be less verbose: -nologoTor Lillqvist
2012-11-07check for builtins pollutes CFLAGS and in turn breaks pthread checkChristian Lohmaier
2012-11-07Avoid "Warning: -- Macro `CC' redefined after use"Tor Lillqvist
2012-11-07Should not call lt_mem_add_ref() with a NULL pointer here eitherTor Lillqvist
2012-11-07Must not call lt_mem_add_ref() with a NULL pointerTor Lillqvist
2012-11-07Use -Zi when debug info wanted with MSVCTor Lillqvist
2012-11-07Fix MinGW build.Jan Holesovsky
2012-11-07Windows absolute path does not need to start with path separatorFridrich Štrba
2012-11-07Don't patch an xml file with its own contentFridrich Štrba
2012-11-07Fix windows linking of i18npoolFridrich Štrba
2012-11-06Adding msvc projects to liblangtag, in case neededFridrich Štrba
2012-11-07Make sure -MD is used with MSVC (use the MSVCRT runtime)Tor Lillqvist
2012-11-07Use HAVE_STDINT_H instead of _MSC_VERTor Lillqvist
2012-11-07Configury fixes for MSVC, avoid accidentally using -march=i486Tor Lillqvist
2012-11-06Pass V=1 when verbose to see compiler command linesTor Lillqvist
2012-11-06More work trying to build this thing on windowsFridrich Štrba
2012-11-06Start making liblangtag 0.4.0 build for WindowsTor Lillqvist
2012-11-06liblangtag: fix 0.4.0 breakages on MacNorbert Thiebaud
2012-11-06Tiny cleanupFridrich Štrba
2012-11-06Remove last remenants of glib from liblangtag and try to fix buildFridrich Štrba
2012-11-06Upgrading to liblangtag 0.4.0Fridrich Štrba