SF.net SVN: geany-plugins:[509] trunk/wscript

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Feb 26 00:19:24 UTC 2009


Revision: 509
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=509&view=rev
Author:   eht16
Date:     2009-02-26 00:19:24 +0000 (Thu, 26 Feb 2009)

Log Message:
-----------
Add 'Addons' to the Waf build system.

Modified Paths:
--------------
    trunk/wscript

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2009-02-26 00:16:37 UTC (rev 508)
+++ trunk/wscript	2009-02-26 00:19:24 UTC (rev 509)
@@ -60,6 +60,10 @@
 
 # add a new element for your plugin
 plugins = [
+	Plugin('addons',
+		 [ 'addons/src/addons.c', 'addons/src/ao_doclist.c', 'addons/src/ao_openuri.c' ],
+		 [ 'addons', 'addons/src' ],
+		 '0.1'),
 	Plugin('externdbg',
 		 [ 'externdbg/src/dbg.c' ], # source files
 		 [ 'externdbg', 'externdbg/src' ], # include dirs


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list