pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r4028 - trunk/pingus


From: grumbel at BerliOS
Subject: [Pingus-CVS] r4028 - trunk/pingus
Date: Thu, 5 Nov 2009 03:23:51 +0100

Author: grumbel
Date: 2009-11-05 03:23:50 +0100 (Thu, 05 Nov 2009)
New Revision: 4028

Modified:
   trunk/pingus/SConscript
Log:
Use SCons nodes instead of raw files

Modified: trunk/pingus/SConscript
===================================================================
--- trunk/pingus/SConscript     2009-11-05 01:40:25 UTC (rev 4027)
+++ trunk/pingus/SConscript     2009-11-05 02:23:50 UTC (rev 4028)
@@ -377,7 +377,7 @@
 Alias('configure')
     
 if ('configure' in COMMAND_LINE_TARGETS) or \
-   not (os.path.exists('config.py') and os.path.exists('config.h')) and \
+   not (File('config.py').exists() and File('config.h').exists()) and \
    not GetOption('clean'):
     opts = DefineOptions(None, ARGUMENTS)
     env = Environment(options = opts)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]