gnome-python r648 - trunk



Author: gjc
Date: Sat Jan 17 18:26:58 2009
New Revision: 648
URL: http://svn.gnome.org/viewvc/gnome-python?rev=648&view=rev

Log:
Update to newer WAF

Modified:
   trunk/waf
   trunk/wscript

Modified: trunk/waf
==============================================================================
Binary files trunk/waf	(original) and trunk/waf	Sat Jan 17 18:26:58 2009 differ

Modified: trunk/wscript
==============================================================================
--- trunk/wscript	(original)
+++ trunk/wscript	Sat Jan 17 18:26:58 2009
@@ -1,9 +1,16 @@
 # -*- python -*-
 
 import Options
+
 import Configure
 Configure.autoconfig = True
 
+import ccroot
+ccroot.USE_TOP_LEVEL = True
+
+import Task
+Task.file_deps = Task.extract_deps
+
 import Build
 
 VERSION = '2.22.3'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]