summaryrefslogtreecommitdiff
path: root/odk/Package_config.mk
blob: f3786216bb149273bbb845a3f0ae6142393f8185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- 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_Package_Package,odk_config,$(SRCDIR)))

$(eval $(call gb_Package_set_outdir,odk_config,$(INSTDIR)))

ifeq ($(OS),WNT)
$(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\
	odk/config/cfgWin.js \
	odk/config/setsdkname.bat \
))
else
$(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\
	config.guess \
	config.sub \
	odk/config/configure.pl \
	odk/config/setsdkenv_unix \
	odk/config/setsdkenv_unix.sh.in \
))
endif

# vim: set noet sw=4 ts=4:
21999'>slideshow: fix unused param warnings in ObjC filesMichael Stahl 2011-12-22Fix slideshow text animations - fdo#43837Thorsten Behrens 2011-12-22Fix for fdo#43837 - prevent invalid shape text indices.Thorsten Behrens 2011-12-15Removed extra semicolonsJesse 2011-12-12slideshow: play back embedded media:Michael Stahl 2011-12-06Resolves: rhbz#759647 ::dispose clears mpPresTimer before releaseTimer calledCaolán McNamara 2011-12-01typo fix: explicitely -> explicitlyLior Kaplan 2011-11-27remove include of pch header from slidewhowNorbert Thiebaud 2011-11-03RangeExpander functor removed, but needed in one place.Cédric Bosdonnat 2011-11-01adapt naming schemeCaolán McNamara 2011-11-01ByteString->rtl::OStringCaolán McNamara 2011-10-25WaE: type name first seen using 'struct' now seen using 'class'Tor Lillqvist 2011-10-19Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest ...Tor Lillqvist 2011-10-05cast is gone nowCaolán McNamara 2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara 2011-09-29Fix error: invalid conversion from 'long int*' to 'const GLint*'Tor Lillqvist 2011-09-29fix trunk gcc compiler errors; second attempt for the previously reverted partStephan Bergmann 2011-09-29Reverted std::hash map part of previous "fix trunk gcc compile errors."Stephan Bergmann 2011-09-29fix trunk gcc compile errorsMatúš Kukan 2011-09-26cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxxPierre-André Jacquod 2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold 2011-09-12make slideshow ByteString freeCaolán McNamara 2011-09-06[cppchecker] unread Variable within a #ifdef [WINT] removedPierre-André Jacquod 2011-09-01callcatcher: another layer of unusedCaolán McNamara 2011-08-31unusedcode.easy: slideshow::internal cleanupJoseph Powers 2011-08-14unused variable in Windows buildPierre-André Jacquod