# -*- 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_ExternalProject_ExternalProject,expat)) $(eval $(call gb_ExternalProject_register_targets,expat,\ configure \ )) $(call gb_ExternalProject_get_state_target,expat,configure) : $(call gb_ExternalProject_run,configure,\ ./configure \ $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ ,,expat_configure.log) # vim: set noet sw=4 ts=4: 80 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/librelogo
AgeCommit message (Expand)Author
2023-03-19tdf#147906: Use python's math.hypot() for Pythagorean additionadityasingh22
2022-12-13gb_var2file: remove now unused chunk-size parameterChristian Lohmaier
2022-12-05LibreLogo: fix SVG export of font features and text portionsLászló Németh
2022-12-05LibreLogo: fix parsing argument of default Logo commandsLászló Németh
2022-12-05tdf#105575 LibreLogo: hide turtle during lockingLászló Németh
2022-12-05tdf#105575 LibreLogo: speed up by lock (re)paintLászló Németh
2022-12-05LibreLogo: LABEL/TEXT: add more character formattingLászló Németh
2022-11-21tdf#113592 LibreLogo: update fallback localizationLászló Németh
2022-09-30LibreLogo: fix ast, gug, hsb and sid language supportLászló Németh
2022-04-22LibreLogo: add basic HTML formatting support to LABELLászló Németh
2021-11-04Resolves: tdf#97046 ensure build system variables start with gb_Sabyasachi Bhoi
2021-10-02Related: tdf#80713 add KeyIds to LibreLogo stringsAndras Timar
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein