Author: loonycyborg
Date: Sat Sep 20 17:42:45 2008
New Revision: 29592

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29592&view=rev
Log:
No longer duplicate sources to builddir, only build objects in it.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=29592&r1=29591&r2=29592&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Sat Sep 20 17:42:45 2008
@@ -248,7 +248,7 @@
     have_server_prereqs = True
     have_test_prereqs = True
 
-env.Append(CPPPATH = ["#/src", "#/"])
+env.Append(CPPPATH = ["#/", "."])
 
 
 have_msgfmt = env["MSGFMT"]
@@ -351,7 +351,7 @@
 if build == "release" : build_suffix = "" + env["PROGSUFFIX"]
 else                  : build_suffix = "-" + build + env["PROGSUFFIX"]
 Export("build_suffix")
-SConscript("src/SConscript", build_dir = build_dir, exports = "env")
+SConscript("src/SConscript", build_dir = build_dir, exports = "env", duplicate 
= False)
 Import(binaries + ["sources"])
 binary_nodes = map(eval, binaries)
 all = env.Alias("all", map(Alias, binaries))


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to