# -*- 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_InstallModule_InstallModule,scp2/python)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/python,\ python \ python_scriptprovider \ python_librelogo \ )) ifeq ($(DISABLE_PYTHON),TRUE) $(eval $(call gb_InstallModule_add_defs,scp2/python,\ -DDISABLE_PYUNO \ )) else ifneq ($(SYSTEM_PYTHON),) $(eval $(call gb_InstallModule_add_defs,scp2/python,\ -DSYSTEM_PYTHON \ )) else $(eval $(call gb_InstallModule_define_if_set,scp2/python,\ ENABLE_MACOSX_SANDBOX \ )) $(eval $(call gb_InstallModule_add_defs,scp2/python,\ -DPYVERSION=$(PYTHON_VERSION) \ )) endif $(eval $(call gb_InstallModule_add_scpfiles,scp2/python,\ scp2/source/python/file_python \ scp2/source/python/file_python_librelogo \ scp2/source/python/module_python \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/python,\ scp2/source/python/module_python_librelogo \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/TEMPLATE.SOURCECODE.HEADER
AgeCommit message (Collapse)Author
2016-11-08Add fill-column: 100 to the Emacs mode lineTor Lillqvist
Vim users: No reason to panic. This does not mean that Emacs users would suddenly start to split existing (or new) code lines always before column 100. The default value for fill-column is 70, and that hasn't forced code lines edited in Emacs to be shorter than that earlier either. The primary intent of using a fill-column of 100 (instead of the default 70) is that when you edit some long (multi-line) comment block, and you want to reformat ("fill", "reflow") that comment (using the fill-paragraph command, bound to Meta-Q), lines will be filled up to column 100, and not just 70, which in most cases would look quite short. Unless I am strongly advised not to, I will start adding this to the mode lines in source files if I remember, as I happen to edit some comment block in them. Change-Id: Icfb93dbb22b2db7190fdc9c8ee9518d08e73c7a8
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
Bunch of these were setting C++ or Make modes and icky tabs... Also, reportedly Emacs can figure out to enable python-mode automatically. Change-Id: I50072488fb92cb4d27aa3f74f717a28ae3967543
2016-10-13Use updated vim mode line also for legacy-infected code.Stephan Bergmann
Change-Id: I548cf17fe2818e8c0fbb4dc356bff7abbe7cc7e6
2016-05-18add Vim C-indent options to C/C++ template modelineEike Rathke
So we get those at least for new files. Change-Id: I33b3dcc55a94802c139d8747683a64854e64ad9c
2013-12-13Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks
Change-Id: If37ef9f68711da3a0aa9a3ba59b111a8a23421df
2013-05-14Consistenly have modelines for all templatesStephan Bergmann
Change-Id: I9ef62c5cb882c323d134f87ea50202c7b40bb6fb
2012-08-08Add extra clarity as to which version to chooseMichael Meeks
Change-Id: I5528329b1d62074fb48f0a98419da66303584261
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-22add stock re-based code headers.Michael Meeks
2012-06-14added Emacs mode line for convenience, as well as footer for vimTakeshi Abe
Change-Id: I01a9118d22ee88b7011ae8b8028b11e043f8c52e
2012-06-13Added XML text declaration to XML license header, for convenienceStephan Bergmann
Change-Id: I5abe2119ddadf7f44ebe711efe30e33491362c3d
2012-06-13update new file license header templateMichael Meeks
2012-04-19update header template to MPLv2 cf. ESC minutes.Michael Meeks
2012-01-05Bump year.Stephan Bergmann
2011-10-26add emacs + vim modelines to the MPL license templateMichael Meeks
2011-08-18Simplified license header template.Lubos Lunak
With input from Björn Michaelsen and Thorsten Behrens