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

andrew_janke at users.sourceforge.net andrew_janke at xxxxx
Mon Mar 9 22:20:21 UTC 2009


Revision: 538
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=538&view=rev
Author:   andrew_janke
Date:     2009-03-09 22:20:21 +0000 (Mon, 09 Mar 2009)

Log Message:
-----------
Added shiftcolumn build to waf config (thanks Frank)

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

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2009-03-09 16:20:10 UTC (rev 537)
+++ trunk/wscript	2009-03-09 22:20:21 UTC (rev 538)
@@ -120,7 +120,11 @@
 	Plugin('geany-mini-script',
 		 [ 'geany-mini-script/src/gms.c', 'geany-mini-script/src/gms_gui.c' ], # source files
 		 [ 'geany-mini-script', 'geany-mini-script/src' ], # include dirs
-		 '0.2')
+		 '0.2'),
+	Plugin('shiftcolumn',
+		 [ 'shiftcolumn/src/shiftcolumn.c'],
+		 [ 'shiftcolumn', 'shiftcolumn/src'],
+		 '0.3')
 ]
 
 makefile_template = '''#!/usr/bin/make -f


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