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

yurand at users.sourceforge.net yurand at xxxxx
Mon Sep 1 22:48:46 UTC 2008


Revision: 165
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=165&view=rev
Author:   yurand
Date:     2008-09-01 22:48:46 +0000 (Mon, 01 Sep 2008)

Log Message:
-----------
geanydbg is added to waf

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

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2008-09-01 22:43:09 UTC (rev 164)
+++ trunk/wscript	2008-09-01 22:48:46 UTC (rev 165)
@@ -64,6 +64,10 @@
 		 [ 'backupcopy/src/backupcopy.c' ], # source files
 		 [ 'backupcopy', 'backupcopy/src' ], # include dirs
 		 '0.2'),
+	Plugin('geanydbg',
+		   [ 'geanydbg/src/dbg.c' ], # source files
+		   [ 'geanydbg', 'geanydbg/src' ], # include dirs
+		   '0.1'),
 	Plugin('geanysendmail',
 		   [ 'geanysendmail/src/geanysendmail.c' ], # source files
 		   [ 'geanysendmail', 'geanysendmail/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