pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r4162 - branches/pingus-hanusz


From: grumbel
Subject: [Pingus-CVS] r4162 - branches/pingus-hanusz
Date: Wed, 25 May 2011 16:19:28 +0200

Author: grumbel
Date: 2011-05-25 16:19:28 +0200 (Wed, 25 May 2011)
New Revision: 4162

Modified:
   branches/pingus-hanusz/SConstruct
   branches/pingus-hanusz/SConstruct.win32
Log:
Added missing closing code, added CacheDir

Modified: branches/pingus-hanusz/SConstruct
===================================================================
--- branches/pingus-hanusz/SConstruct   2011-05-25 14:12:16 UTC (rev 4161)
+++ branches/pingus-hanusz/SConstruct   2011-05-25 14:19:28 UTC (rev 4162)
@@ -22,6 +22,8 @@
 import sys, os
 import SCons.Util
 
+CacheDir('cache')
+
 pingus_sources = [
 # # 'gui/buffer_graphic_context.cpp', 
 # # 'pingus_level_test.cpp', 
@@ -509,7 +511,7 @@
            print "\nError are being ignored, the build continues"
 
     config_h = open('config.h', 'w')
-    config_h.write('#define VERSION "0.7.3-hanusz\n')
+    config_h.write('#define VERSION "0.7.3-hanusz"\n')
     config_h.write('#define ENABLE_BINRELOC 1\n')
     config_h.write('#define ICONV_CONST %s\n' % iconv_const)
     for (v,k) in config_h_defines:

Modified: branches/pingus-hanusz/SConstruct.win32
===================================================================
--- branches/pingus-hanusz/SConstruct.win32     2011-05-25 14:12:16 UTC (rev 
4161)
+++ branches/pingus-hanusz/SConstruct.win32     2011-05-25 14:19:28 UTC (rev 
4162)
@@ -1,5 +1,7 @@
 # -*- mode: python-mode -*-
 
+CacheDir('cache')
+
 VariantDir("build-win32", ".")
 SConscript('build-win32/SConscript.win32')
 




reply via email to

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