Revision: 716 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=716&view=rev Author: dmaphy Date: 2009-06-12 22:24:07 +0000 (Fri, 12 Jun 2009)
Log Message: ----------- make geanygdb to be build by waf again
Modified Paths: -------------- trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/wscript =================================================================== --- trunk/geany-plugins/wscript 2009-06-12 22:13:22 UTC (rev 715) +++ trunk/geany-plugins/wscript 2009-06-12 22:24:07 UTC (rev 716) @@ -70,7 +70,15 @@ [ 'geanysendmail/src' ]), Plugin('geanylipsum', None, [ 'geanylipsum/src']), Plugin('shiftcolumn', None, [ 'shiftcolumn/src']), - Plugin('spellcheck', None, [ 'spellcheck/src' ], [ [ 'enchant', '1.3', True ] ]) + Plugin('spellcheck', None, [ 'spellcheck/src' ], [ [ 'enchant', '1.3', True ] ]), + Plugin('geanygdb', + map(lambda x: "geanygdb/src/" + x, ['gdb-io-break.c', + 'gdb-io-envir.c', 'gdb-io-frame.c', 'gdb-io-read.c', 'gdb-io-run.c', + 'gdb-io-stack.c', 'gdb-lex.c', 'gdb-ui-break.c', 'gdb-ui-envir.c', + 'gdb-ui-frame.c', 'gdb-ui-locn.c', 'gdb-ui-main.c', + 'geanydebug.c']), # source files + [ 'geanygdb', 'geanygdb/src' ] # include dirs + ) ]
''' @@ -79,14 +87,6 @@ [ 'externdbg/src/dbg.c' ], # source files [ 'externdbg', 'externdbg/src' ] # include dirs ), - Plugin('geanygdb', - map(lambda x: "geanygdb/src/" + x, ['gdb-io-break.c', - 'gdb-io-envir.c', 'gdb-io-frame.c', 'gdb-io-read.c', 'gdb-io-run.c', - 'gdb-io-stack.c', 'gdb-lex.c', 'gdb-ui-break.c', 'gdb-ui-envir.c', - 'gdb-ui-frame.c', 'gdb-ui-locn.c', 'gdb-ui-main.c', - 'geanydebug.c']), # source files - [ 'geanygdb', 'geanygdb/src' ] # include dirs - ), Plugin('geanydoc', [ 'geanydoc/src/config.c', 'geanydoc/src/geanydoc.c' ], # source files [ 'geanydoc', 'geanydoc/src' ] # include dirs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org