SF.net SVN: geany:[2916] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Sep 1 11:12:48 UTC 2008


Revision: 2916
          http://geany.svn.sourceforge.net/geany/?rev=2916&view=rev
Author:   eht16
Date:     2008-09-01 11:12:47 +0000 (Mon, 01 Sep 2008)

Log Message:
-----------
Update waf to its latest SVN version (1.5.0 preview).
Adjust wscript to latest Waf API changes.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-09-01 11:11:33 UTC (rev 2915)
+++ trunk/ChangeLog	2008-09-01 11:12:47 UTC (rev 2916)
@@ -6,6 +6,9 @@
    which were missing it.
    Enable 'focus_on_click' property on most checkboxes in the prefs
    dialog to ease keyboard navigation.
+ * waf, wscript:
+   Update waf to its latest SVN version (1.5.0 preview).
+   Adjust wscript to latest Waf API changes.
 
 
 2008-08-29  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/waf
===================================================================
--- trunk/waf	2008-09-01 11:11:33 UTC (rev 2915)
+++ trunk/waf	2008-09-01 11:12:47 UTC (rev 2916)
@@ -38,10 +38,10 @@
 	except:pass
 
 VERSION="1.4.9"
-REVISION="a0bd5c68d38276581a60c2cc516dbf26"
+REVISION="9c6acfdf44c0fc6a0f12572dc64bbde1"
 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 Commits mailing list