# -*- 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_Executable_Executable,smath)) $(eval $(call gb_Executable_set_targettype_gui,smath,YES)) $(eval $(call gb_Executable_add_ldflags,smath,\ /ENTRY:wWinMainCRTStartup \ )) $(eval $(call gb_Executable_use_static_libraries,smath,\ winlauncher \ )) $(eval $(call gb_Executable_add_exception_objects,smath,\ desktop/win32/source/applauncher/smath \ )) $(eval $(call gb_Executable_add_nativeres,smath,smath/launcher)) $(eval $(call gb_Executable_add_default_nativeres,smath,$(PRODUCTNAME) Math)) # vim: set ts=4 sw=4 et: office-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)Author
2019-04-17update references about selective debuginfo in android/READMELuboš Luňák
2019-04-05android: fix ArrayIndexOutOfBounds on selecting 'Drawings' in DefaultFileFilt...kaishu-sahu
2019-04-05android: Setting default values to setting preference, minor ux improvementskaishu-sahu
2019-04-03Fix typoAndrea Gelmini
2019-03-11android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists).Jan Holesovsky
2019-03-11android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky
2019-03-11android: Generate liblo-native-code.so so that it can be linked against.Jan Holesovsky
2019-02-18android: Add a missing dependency.Jan Holesovsky
2019-01-25Fix typoAndrea Gelmini
2018-12-13Introduce --enable-android-editingStephan Bergmann
2018-12-13Switch Android armeabi-v7a to libc++/libc++abi/libunwind tooStephan Bergmann
2018-12-13Export RTTI symbols from liblo-native-code.so, for binary UNO bridgeStephan Bergmann
2018-12-13Move NSSLIBS to a more sensible place on the linker command lineStephan Bergmann
2018-12-12Make android/mobile-config.py compatible with Python 3Stephan Bergmann