Author: loonycyborg
Date: Tue Aug 26 17:08:24 2008
New Revision: 28994
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28994&view=rev
Log:
Relocated .sconsign.dblite, config.log and .sconf_temp to build/ dir.
Modified:
trunk/SConstruct
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=28994&r1=28993&r2=28994&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Tue Aug 26 17:08:24 2008
@@ -13,6 +13,8 @@
from glob import glob
from subprocess import Popen, PIPE, call
from os import access, F_OK
+
+SConsignFile("build/sconsign.dblite")
# Warn user of current set of build options.
if os.path.exists('.scons-option-cache'):
@@ -186,7 +188,8 @@
return False
from metasconf import init_metasconf
-conf = Configure(env, custom_tests = init_metasconf(env, ["cplusplus",
"python_devel", "sdl", "boost", "pango"]), config_h = "config.h")
+conf = Configure(env, custom_tests = init_metasconf(env, ["cplusplus",
"python_devel", "sdl", "boost", "pango"]), config_h = "config.h",
+ log_file="build/config.log", conf_dir="build/sconf_temp")
if env["prereqs"]:
if env["gettextdir"]:
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits