summaryrefslogtreecommitdiff
path: root/reportbuilder/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
rHelperVar equalImpl parameterStephan Bergmann 2013-11-28clean up some COM initializationMichael Stahl 2013-11-20Use <windows.h> with a lower-case 'w' for cross-compilation goodnessTor Lillqvist 2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold 2013-11-19fdo#66232 fix opening files via COM serverAndras Timar 2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin 2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin 2013-11-14embedserv: unused codeAndras Timar 2013-11-11remove unnecessary use of OUString constructorNoel Grandin 2013-10-23clean up some include guardsThomas Arnhold 2013-09-04WaE: C4723: potential divide by 0Tor Lillqvist 2013-09-01Make it possible to build without ATLNiklas Johansson 2013-07-26more liblibreoffice pieces.Michael Meeks 2013-06-29remove OUString wrap for string literalsThomas Arnhold 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-26fdo#63154: Remove all usages of the macro EXTERN_CMarcos Paulo de Souza 2013-04-24gbuild: drop empty use_packages callsDavid Tardon 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-24move URE headers to include/David Tardon 2013-04-15gbuild: add support for building against MSVC debug runtimeMichael Stahl 2013-04-08fix windows buildNoel Grandin 2013-04-08fix windows buildNoel Grandin 2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-28add missing dep on comphelper/classids.hxxDavid Tardon 2013-03-25remove external include guardsThomas Arnhold