SF.net SVN: geany:[3534] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun Feb 1 19:14:50 UTC 2009
Revision: 3534
http://geany.svn.sourceforge.net/geany/?rev=3534&view=rev
Author: eht16
Date: 2009-02-01 19:14:50 +0000 (Sun, 01 Feb 2009)
Log Message:
-----------
Update to waf 1.5.3 and use modern task syntax in the wscript.
Modified Paths:
--------------
trunk/ChangeLog
trunk/waf
trunk/wscript
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-02-01 18:48:09 UTC (rev 3533)
+++ trunk/ChangeLog 2009-02-01 19:14:50 UTC (rev 3534)
@@ -9,6 +9,8 @@
filebrowser plugin.
Add an option to automatically set the project's base directory when
a project is opened/changed (closes #2554027).
+ * waf, wscript:
+ Update to waf 1.5.3 and use modern task syntax in the wscript.
2009-01-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/waf
===================================================================
--- trunk/waf 2009-02-01 18:48:09 UTC (rev 3533)
+++ trunk/waf 2009-02-01 19:14:50 UTC (rev 3534)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# encoding: utf-8
-# Thomas Nagy, 2005-2008
+# Thomas Nagy, 2005-2009
"""
Redistribution and use in source and binary forms, with or without
@@ -37,11 +37,11 @@
try:import psyco;psyco.full()
except:pass
-VERSION="1.5.1"
-REVISION="bf90834624c38a49188ccb0ebd5a521d"
+VERSION="1.5.3"
+REVISION="acc5828c66ed33800741f39f185080dd"
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