summaryrefslogtreecommitdiff
path: root/i18nutil/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:
dMatúš Kukan 2012-06-07Tell what uses thisTor Lillqvist 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-03-30Updated patch commentStephan Bergmann 2012-03-29Add link for patch upstream attemptStephan Bergmann 2012-03-29GCC 4.7 -Werror=enum-compareStephan Bergmann 2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich 2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann