summaryrefslogtreecommitdiff
path: root/offapi/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:
955e4ea41f36b'>Resolves: fdo#39999: Changing spelling preferences requires application restartSzabolcs Dezsi 2012-04-20WaE: MSVC2008 C2220 unsafe mix of types in operationCaolán McNamara 2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi 2012-03-23.xcl files don't need executable bitsMichael Stahl 2012-03-23.sce files don't need executable bitsMichael Stahl 2012-03-23.component files don't need executable bitsMichael Stahl 2012-03-23.java files don't need executable bitsMichael Stahl 2012-03-21chmod -xTor Lillqvist 2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan 2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann 2012-02-18Fix typos in commentsElton Chung 2012-02-17Remove unused code.Petr Vorel