summaryrefslogtreecommitdiff
path: root/instsetoo_native/Package_instsetoo_native_ooenv.mk
blob: 67c667e05b65486b6349b1a0fa243e6fa6df0b0c (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/.
#

$(eval $(call gb_Package_Package,instsetoo_native_ooenv,$(SRCDIR)/instsetoo_native))

$(eval $(call gb_Package_add_file,instsetoo_native_ooenv,$(LIBO_BIN_FOLDER)/ooenv,ooenv))

# vim: set noet sw=4 ts=4:
abbaff33b32a79833997aa8902'>If you can't load a shared library it should be a warningPeter Foley 2013-03-31Must percent-escape the APP_DATA_DIRTor Lillqvist 2013-03-30fix loplugin unused warningsPeter Foley 2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold 2013-03-30fix loplugin warningsPeter Foley 2013-03-30Protect CoreGraphics.h inclusion with <premac.h>, sighTor Lillqvist 2013-03-30Draw the frame virtual device bitmaps directly to the destination CGContextTor Lillqvist 2013-03-30Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist 2013-03-30Add lo_tap()Tor Lillqvist 2013-03-28Half-assed attempt at enforcing operator [] preconditionsStephan Bergmann 2013-03-28add missing dep on sal/typesizes.hDavid Tardon 2013-03-28add missing deps on uwinapi headersDavid Tardon 2013-03-27svx/source/inc/trace.hxx -> SAL_INFOStephan Bergmann 2013-03-27-Werror=unused-macrosStephan Bergmann 2013-03-27WaE: macro is not used: STACKTYPETor Lillqvist 2013-03-27At least Mac OS X SDK 10.7 doesn't experience TimeValue clash hereStephan Bergmann 2013-03-27-Werror=unused-macros (Android)Stephan Bergmann 2013-03-27-Werror=unused-macros (Android)Stephan Bergmann 2013-03-27Hopefully _BSD_SOURCE not needed anywhere for MAP_ANONStephan Bergmann 2013-03-27-Werror=unused-macrosStephan Bergmann 2013-03-27-Wunused-macrosStephan Bergmann 2013-03-26No need for a template hereStephan Bergmann 2013-03-26Could the failing MSVC tinderbox be due to implementation-defined /Stephan Bergmann 2013-03-27Add log area 'vcl.headless'Tor Lillqvist 2013-03-25remove external include guardsThomas Arnhold 2013-03-26Fix bogus SAL_WARN useTor Lillqvist 2013-03-26Introduce temporary lo_set_view_size() hack like on Android and call itTor Lillqvist 2013-03-26Temporary hack for iOS: open files read-only if read-write open failsTor Lillqvist 2013-03-26Fix warning: unknown log area 'sw.docx' [loplugin]Tor Lillqvist 2013-03-25Add test case for toInt overflow detectionStephan Bergmann 2013-03-25Handle oveflow in O(U)String::toInt() functionsZolnai Tamás