Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Sylvan Mostert smostert.dev@gmail.com Date: Sun, 10 Jan 2016 05:44:16 UTC Commit: de0435243e8b1b131c0d1788eb43b43399d665ca https://github.com/geany/geany-plugins/commit/de0435243e8b1b131c0d1788eb43b4...
Log Message: ----------- Remove waf scripts
Modified Paths: -------------- lineoperations/wscript_build lineoperations/wscript_configure
Modified: lineoperations/wscript_build 30 lines changed, 0 insertions(+), 30 deletions(-) =================================================================== @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- -# -# WAF build script for geany-plugins - lineoperations -# -# Copyright 2010 Sylvan Mostert smostert.dev@gmail.com -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# $Id$ - -from build.wafutils import build_plugin - - -name = 'lineoperations' -includes = ['lineoperations/src'] -defines = ['PLUGIN="%s"' % name.lower()] - -build_plugin(bld, name, includes=includes, defines=defines)
Modified: lineoperations/wscript_configure 0 lines changed, 0 insertions(+), 0 deletions(-) =================================================================== No diff available, check online
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).