SF.net SVN: geany-plugins:[291] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Nov 11 17:03:21 UTC 2008


Revision: 291
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=291&view=rev
Author:   eht16
Date:     2008-11-11 17:03:20 +0000 (Tue, 11 Nov 2008)

Log Message:
-----------
Try to fix missing dependencies on globally installed Geany header files.
Update Waf to 1.5 (final).

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

Modified: trunk/waf
===================================================================
--- trunk/waf	2008-11-10 19:58:18 UTC (rev 290)
+++ trunk/waf	2008-11-11 17:03:20 UTC (rev 291)
@@ -38,10 +38,10 @@
 	except:pass
 
 VERSION="1.5.0"
-REVISION="a28f28ae2e5fe099ce722d07de417940"
+REVISION="80c6ad48eea21944e014f0f0e609ef9c"
 INSTALL=sys.platform=='win32' and 'c:/temp' or '/usr/local'
-C1='#)'
-C2='#%'
+C1='#('
+C2='#&'
 cwd = os.getcwd()
 join = os.path.join
 
@@ -127,5 +127,5 @@
 Scripting.prepare(t, cwd, VERSION, wafdir)
 
 #==>

@@ Diff output truncated at 100000 characters. @@

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