summaryrefslogtreecommitdiff
path: root/shell/Library_desktopbe.mk
blob: edd09d996634a78091e5c40ff267c603f63cd0c6 (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_Library_Library,desktopbe1))

$(eval $(call gb_Library_use_external,desktopbe1,boost_headers))

$(eval $(call gb_Library_use_sdk_api,desktopbe1))

$(eval $(call gb_Library_use_libraries,desktopbe1,\
	cppu \
	cppuhelper \
	sal \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_set_componentfile,desktopbe1,shell/source/backends/desktopbe/desktopbe1))

$(eval $(call gb_Library_add_exception_objects,desktopbe1,\
    shell/source/backends/desktopbe/desktopbackend \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
cessary gb_DEBUG_CFLAGSStephan Bergmann 2018-11-30Mention this file is outdatedTor Lillqvist 2018-11-27Prepare to bundle the Liberation fonts with the iOS appTor Lillqvist 2018-11-27Fill buildid in versionrc for iOS with the git HEAD hashTor Lillqvist 2018-11-12We need share/liblangtag, tooTor Lillqvist 2018-11-09Do put a BRAND_SHARE_RESOURCE_SUBDIR setting into fundamentalrc for iOSTor Lillqvist 2018-11-09Alignment (whitespace) cleanupTor Lillqvist 2018-11-06The image zipfiles should be in share/config, it seemsTor Lillqvist 2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl 2018-10-31Handle also css::ucb::NameClashException>(aExceptionTor Lillqvist 2018-10-22Look for the generated native-code.h where it now isTor Lillqvist 2018-10-19It seems to work even without calling temporaryHackToInvokeCallbackHandlers()?Tor Lillqvist 2018-10-12Avoid superfluous directory levelTor Lillqvist 2018-10-10Move the iOS CGBitmapContextCreate() call do doc_paintTile()Tor Lillqvist 2018-10-10Make LibreOfficeLight build againTor Lillqvist 2018-10-08The UnitTest app needs the MobileCoreServices frameworkTor Lillqvist 2018-10-05Add more vcl sources for easier breakpointingTor Lillqvist 2018-10-05Add sources in vcl/headless for easier breakpointingTor Lillqvist 2018-10-05Add more source files from vcl for breakpointing convenienceTor Lillqvist 2018-10-05Add files from vcl/quartz for easy breakpointingTor Lillqvist 2018-10-02LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memoryTor Lillqvist 2018-10-02More hacking on the tilebench part of the UnitTest appTor Lillqvist 2018-09-28Start on the iOS unit test appTor Lillqvist 2018-09-27Need to handle css::uno::RuntimeException too nowTor Lillqvist 2018-09-15Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist 2018-09-14Return share/config/soffice.cfg as it was, as I think the code expectsTor Lillqvist 2018-09-05Don't copy files into the source directory, use workdirTor Lillqvist 2018-09-05Put the lib names one per line to match what ld's -filelist expectsTor Lillqvist 2018-09-05Run bin/ios-all-static-libs and put its output in a fileTor Lillqvist