# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Library_Library,eti)) $(eval $(call gb_Library_use_external,eti,boost_headers)) $(eval $(call gb_Library_use_sdk_api,eti)) $(eval $(call gb_Library_use_libraries,eti,\ svt \ vcl \ tl \ cppu \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,eti,\ filter/source/graphicfilter/etiff/etiff \ )) # vim: set noet sw=4 ts=4: cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/android
AgeCommit message (Expand)Author
2015-10-15Bin unused codeTor Lillqvist
2015-10-15WaE: macro "LOGW" is not usedTor Lillqvist
2015-10-15Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara
2015-03-24Kill dead <touch/touch.h> APITor Lillqvist
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2014-12-04Call DetachCurrentThread() in the AndroidSalInstance destructorTor Lillqvist
2014-11-08These constants are now in the MouseEventModifiers class enumTor Lillqvist
2014-09-18Use vcl::FontTor Lillqvist
2014-08-18ErrorBox->MessageDialogCaolán McNamara