Revision: 561 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=561&view=rev Author: eht16 Date: 2009-03-26 20:59:03 +0000 (Thu, 26 Mar 2009)
Log Message: ----------- Add 'Tasks' plugin to the Waf build system.
Modified Paths: -------------- trunk/wscript
Modified: trunk/wscript =================================================================== --- trunk/wscript 2009-03-26 19:45:00 UTC (rev 560) +++ trunk/wscript 2009-03-26 20:59:03 UTC (rev 561) @@ -124,7 +124,11 @@ Plugin('shiftcolumn', [ 'shiftcolumn/src/shiftcolumn.c'], [ 'shiftcolumn', 'shiftcolumn/src'], - '0.3') + '0.3'), + Plugin('tasks', + [ 'tasks/src/tasks.c'], + [ 'tasks', 'tasks/src'], + '1.0') ]
makefile_template = '''#!/usr/bin/make -f
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.