# -*- 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_Module_Module,registry)) $(eval $(call gb_Module_add_targets,registry,\ Library_reg \ $(if $(filter-out $(OS),iOS), \ $(if $(ENABLE_MACOSX_SANDBOX),, \ Executable_regmerge \ Executable_regview \ ) \ StaticLibrary_registry_helper \ ) \ )) ifneq ($(OS),iOS) # missing regmerge (see above), needed within test ifeq ($(ENABLE_MACOSX_SANDBOX),) # ditto $(eval $(call gb_Module_add_check_targets,registry, \ CustomTarget_regcompare_test \ )) endif endif # vim:set noet sw=4 ts=4: '>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Expand)Author
2015-10-06libwps: new version 0.4.2Sean Young
2015-10-06Emscripten: Add patch to build ICUSamuel Mehrbrodt
2015-10-05Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt
2015-10-02Allow external/firebird to be built with a custom SHELL under Mac OS X 10.11Stephan Bergmann
2015-10-02Make external/firebird work with C++14 sized deallocationStephan Bergmann
2015-09-24Fix graphite sole diacritic renderingMartin Hosken
2015-09-20We don't want libxmlsec on iOS, I thinkTor Lillqvist
2015-09-19Fix error: case value evaluates to 2168791104, which cannot be narrowed ...Tor Lillqvist
2015-09-17pass user-set CXXFLAGSDavid Tardon
2015-09-17blind attempt to fix lcovDavid Tardon
2015-09-17external/jpeg-turbo: pass (debug) CFLAGS into external build processStephan Bergmann
2015-09-17external/jpeg-turbo: Fix calling convention confusion in asm codeStephan Bergmann
2015-09-17Fix Graphite windows build staticMartin Hosken
2015-09-14Refactor graphite integration and update graphiteMartin Hosken
2015-09-13libfreehand: FHTransform defined as a struct but declared as a classDavid Ostrovsky
2015-09-11Resolves: rhbz#1261421 crash on mashing hangul korean keyboardCaolán McNamara
2015-09-09externals: remove various obsolete MSVC2012 specific flagsMichael Stahl
2015-09-04New version of ConvertTextToNumber extension (1.5)Andras Timar
2015-09-04Fix libxmlsec on MSVC 14.0David Ostrovsky
2015-09-03Fix liblangtag on MSVC 14.0David Ostrovsky
2015-09-02Fix redland on MSVC 14.0David Ostrovsky
2015-09-02Fix cppunit on MSVC 14.0David Ostrovsky
2015-09-02Fix poppler on MSVC 14.0David Ostrovsky
2015-09-02Fix nss on MSVC 14.0David Ostrovsky
2015-09-02Fix coinmp on MSVC 14.0David Ostrovsky
2015-09-02Fix libgltf on MSVC 14.0David Ostrovsky
2015-09-02icu: Parallelize writing to PDB filesDavid Ostrovsky
2015-09-01core: fix build with system boost 1.59David Ostrovsky
2015-08-31a blind attempt to fix tinderbox failureDavid Tardon
2015-08-30libcdr: fix build with boost 1.59David Tardon
2015-08-30libvisio: fix build with boost 1.59David Tardon
2015-08-30libabw: fix build with boost 1.59David Tardon
2015-08-30libodfgen: drop dep. on boostDavid Tardon
2015-08-30libmwaw: drop dep. on boostDavid Tardon
2015-08-30libwps: drop dep. on boostDavid Tardon