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

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jul 12 10:44:12 UTC 2008


Revision: 114
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=114&view=rev
Author:   eht16
Date:     2008-07-12 03:44:10 -0700 (Sat, 12 Jul 2008)

Log Message:
-----------
Add GeanyLua plugin.

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

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2008-07-12 10:35:32 UTC (rev 113)
+++ trunk/wscript	2008-07-12 10:44:10 UTC (rev 114)
@@ -76,6 +76,12 @@
 		 [ 'geanylatex/latexencodings.c', 'geanylatex/geanylatex.c', 'geanylatex/letters.c' ],
 		 [ 'geanylatex' ], # include dirs
 		 '0.2-dev'),
+	Plugin('geanylua',
+		 [ 'geanylua/geanylua.c', 'geanylua/glspi_init.c', 'geanylua/glspi_app.c',
+		   'geanylua/glspi_dlg.c', 'geanylua/glspi_doc.c', 'geanylua/glspi_kfile.c',
+		   'geanylua/glspi_run.c', 'geanylua/glspi_sci.c', 'geanylua/gsdlg_lua.c' ],
+		 [ 'geanylua' ], # include dirs
+		 '0.7.0', [ [ 'lua', '5.1', True ] ]),
 	Plugin('geanyprj',
 		 [ 'geanyprj/src/geanyprj.c', 'geanyprj/src/menu.c', 'geanyprj/src/project.c',
 		   'geanyprj/src/sidebar.c', 'geanyprj/src/utils.c', 'geanyprj/src/xproject.c' ],


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