summaryrefslogtreecommitdiff
path: root/desktop/Rdb_passive_platform.mk
blob: 72ffe6c19a69d3ccab3137e7a072fcfaf4406870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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_Rdb_Rdb,passive_platform))

$(eval $(call gb_Rdb_add_components,passive_platform, \
    desktop/test/deployment/passive/passive_native \
))

# vim: set noet sw=4 ts=4:
fe'>gbuild: ExternalProject: remove second parameter again...Michael Stahl 2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl 2013-05-01use gb_ExternalPackage_add_runtime_library for adding libsDavid Tardon 2013-04-15redland: fix an assertion in MSVC _DEBUG buildMichael Stahl 2013-04-10fix build of raptor on mingwDavid Tardon 2013-04-04redland: no idea what those unused .def files are good forMichael Stahl 2013-04-04redland: reindent thatMichael Stahl 2013-04-04remove -dylib_file mappings that are not needed anymoreChristian Lohmaier 2013-04-03redland: stop using --with-threads, it supports only POSIX...Michael Stahl 2013-04-03redland: clean up libxml2 usageMichael Stahl 2013-04-03redland: we don't need the raptor features using libxsltMichael Stahl 2013-04-03libxslt: remove usage of dmake remnant XSLTLIBMichael Stahl 2013-04-03libxml2: remove usage of dmake remnant LIBXML2LIBMichael Stahl 2013-04-03redland: stop delivering headersMichael Stahl 2013-04-03Fix Android build of redland and rasqalTor Lillqvist 2013-04-03Easter Bunny brings new redland tarballsMichael Stahl 2013-03-27fix build of redland on mingwDavid Tardon 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-13deliver the right libs on mingwDavid Tardon 2013-03-13do not escape too muchDavid Tardon 2013-02-28remove all d.lstMichael Stahl 2013-02-23comma need to be escape in Makefile when in argument of $(callNorbert Thiebaud 2013-02-22quiet external module build log unless failureNorbert Thiebaud 2013-02-22libxslt, redland: properly quote rpath $ORIGINMichael Stahl 2013-02-07convert libxml2 to gbuild and add to tail_buildPeter Foley 2013-01-31redland depends on both raptor and rasqalStephan Bergmann 2013-01-31Call macosx-change-install-names on "external" libs, tooStephan Bergmann 2013-01-31Proper spacing in makefile command line continuationsStephan Bergmann 2013-01-01MAKE not GNUMAKEPeter Foley 2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley 2012-12-31Deliver raptor.h and rasqal.hTor Lillqvist 2012-12-31redland depends on rasqalTor Lillqvist 2012-12-31Fix misleading indentationTor Lillqvist 2012-12-31Fix redland cross-compilation at least for AndroidTor Lillqvist 2012-12-31Fix typo s/ANDRIOD/ANDROID/Tor Lillqvist 2012-12-30convert redland to gbuild and add to tail_buildPeter Foley 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-11-19Try to use -fvisibility=hidden when DISABLE_DYNLOADINGTor Lillqvist 2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim 2012-07-27redland: fix some warnings in raptorMichael Stahl