# -*- 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_UIConfig_UIConfig,modules/StartModule)) $(eval $(call gb_UIConfig_add_menubarfiles,modules/StartModule,\ framework/uiconfig/startmodule/menubar/menubar \ )) # vim: set noet sw=4 ts=4: est macros that govern conditional compilation should be defined in config_*.h include files, not on the compilation command line. Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7
Feature test macros that govern conditional compilation should be
defined in config_*.h include files, not on the compilation command
line.

Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7
execute move of global headers 2013-04-23T20:20:31+00:00 Bjoern Michaelsen bjoern.michaelsen@canonical.com 2013-04-18T16:26:28+00:00 b9337e22ce1dbf2eba0e8c8db294ae99f4111f91 see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
see https://gerrit.libreoffice.org/#/c/3367/
and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details

Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
re-base on ALv2 code. 2012-06-22T15:31:33+00:00 Michael Meeks michael.meeks@suse.com 2012-06-22T15:25:46+00:00 7cb232e6ee80994cf1f8cb17d34e09eb98fdabc7

s/interpreters/scripting/ 2012-02-27T14:51:56+00:00 Tor Lillqvist tml@iki.fi 2012-02-27T14:31:42+00:00 c16bc826379b2e70fe517d608055ef167c5a5c9e

Decouple disabling of scripting (BASIC &co) from OS being iOS 2012-02-27T08:06:22+00:00 Tor Lillqvist tml@iki.fi 2012-02-27T08:03:18+00:00 4c737b647078f35a2435e27d9f7f94039db9d6c3

Do deliver headers also for iOS even if we don't build the libs 2012-01-27T20:44:04+00:00 Tor Lillqvist tml@iki.fi 2012-01-27T20:33:57+00:00 a925b72db35cd55a20c76e1207c2749c2281cad4

Bypass building BASIC and scripting related modules for iOS 2012-01-27T20:43:58+00:00 Tor Lillqvist tml@iki.fi 2012-01-20T15:20:11+00:00 81cf9f5099ca159d703ecc9ed8882bd3d3d1b1e6 Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard.
Any LO-based app distributed through the App Store can't have
scripting or extendability anyway.

Sure, this will break the build elsewhere because of missing headers.
No big deal, I will take care of that eventually. It isn't as if there
would anybody else building for iOS anyway, as far as I know. If there
is, please make yourself heard.