SF.net SVN: geany:[3046] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Mon Oct 6 18:36:36 UTC 2008
Revision: 3046
http://geany.svn.sourceforge.net/geany/?rev=3046&view=rev
Author: eht16
Date: 2008-10-06 18:36:36 +0000 (Mon, 06 Oct 2008)
Log Message:
-----------
Update waf to its latest SVN version (nearly 1.5.0).
Adjust wscript to latest Waf API changes.
Modified Paths:
--------------
trunk/ChangeLog
trunk/waf
trunk/wscript
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-10-06 18:36:08 UTC (rev 3045)
+++ trunk/ChangeLog 2008-10-06 18:36:36 UTC (rev 3046)
@@ -13,6 +13,9 @@
* geany.glade, src/interface.c:
Enable interactive search for the keybindings tree view in the
prefs dialog.
+ * wscript, waf:
+ Update waf to its latest SVN version (nearly 1.5.0).
+ Adjust wscript to latest Waf API changes.
2008-10-03 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Modified: trunk/waf
===================================================================
--- trunk/waf 2008-10-06 18:36:08 UTC (rev 3045)
+++ trunk/waf 2008-10-06 18:36:36 UTC (rev 3046)
@@ -37,11 +37,11 @@
try:import psyco;psyco.full()
except:pass
-VERSION="1.4.9"
-REVISION="9c6acfdf44c0fc6a0f12572dc64bbde1"
+VERSION="1.5.0"
+REVISION="5547843b3b641570d7513f093ab6814a"
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