# -*- 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_Pyuno_Pyuno,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizards)) $(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\ __init__.py \ common/strings.hrc \ common/ConfigGroup.py \ common/ConfigSet.py \ common/Configuration.py \ common/Desktop.py \ common/FileAccess.py \ common/HelpIds.py \ common/NoValidPathException.py \ common/NumberFormatter.py \ common/Properties.py \ common/PropertyNames.py \ common/SystemDialog.py \ common/IRenderer.py \ common/UCB.py \ common/ListModel.py \ common/__init__.py \ document/OfficeDocument.py \ document/__init__.py \ text/TextDocument.py \ text/TextElement.py \ text/TextFieldHandler.py \ text/TextSectionHandler.py \ text/__init__.py \ ui/ControlScroller.py \ ui/DocumentPreview.py \ ui/PathSelection.py \ ui/PeerConfig.py \ ui/UIConsts.py \ ui/UnoDialog.py \ ui/UnoDialog2.py \ ui/WizardDialog.py \ ui/__init__.py \ ui/event/CommonListener.py \ ui/event/DataAware.py \ ui/event/ListModelBinder.py \ ui/event/RadioDataAware.py \ ui/event/UnoDataAware.py \ ui/event/Task.py \ ui/event/TaskEvent.py \ ui/event/TaskListener.py \ ui/event/EventListenerList.py \ ui/event/__init__.py \ )) # vim:set noet sw=4 ts=4: b/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Expand)Author
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2020-10-09Enable building for WSL (Linux) on WSLTor Lillqvist
2020-10-04Step towards building for Windows on WSL: ProgramFiles(x86) handlingTor Lillqvist
2020-02-11Introduce INCLUDE: in the distro-configs...Jan Holesovsky
2019-12-18Remove "--clean" option from autogen.shStepas Toliautas
2019-03-26autogen.sh: add --help description about the --with-distro switchGabor Kelemen
2019-01-30don't require /autoconf/ to be 2.68 (also allow e.g. autoconf268)Christian Lohmaier
2018-11-25Better way of enabling Developer Toolset 7 for Jenkins' linux_gcc_release_64Stephan Bergmann
2018-11-25Restrict Developer Toolset to Config=linux_gcc_release_64Stephan Bergmann
2018-11-24Make Jenkins linux_gcc_release_64 pick up Developer Toolset 7Stephan Bergmann
2018-08-27avoid error message about removing non-existent fileLuboš Luňák
2018-06-30autogen.sh: fix out-of-tree module Makefiles for Win32 makeMichael Stahl
2018-01-19Don't set autogen.sh KEY=VALUE arguments as environment variablesStephan Bergmann
2018-01-19Also strip leading whitespace from autogen.input linesStephan Bergmann
2017-09-22Revert "Goodbye autogen.lastrun"Tor Lillqvist
2017-09-22Goodbye autogen.lastrunTor Lillqvist
2017-08-17Fix typosAndrea Gelmini
2017-05-17Revert "Don't worry if there is no distro-configs/Foo.conf"Stephan Bergmann
2017-05-17Show all available distro configsStephan Bergmann
2016-12-14autogen.sh: Use STDOUT for --help output (as configure does)Mike Kaganski