Author: loonycyborg
Date: Wed May 21 18:16:03 2008
New Revision: 26749

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26749&view=rev
Log:
Added src/SConstruct which calls root SConstruct so "scons" can be run from src.

Added:
    trunk/src/SConstruct

Added: trunk/src/SConstruct
URL: http://svn.gna.org/viewcvs/wesnoth/trunk/src/SConstruct?rev=26749&view=auto
==============================================================================
--- trunk/src/SConstruct (added)
+++ trunk/src/SConstruct Wed May 21 18:16:03 2008
@@ -1,0 +1,4 @@
+import sys
+from subprocess import call
+print "scons --directory=.. " + " ".join(sys.argv[1:])
+Exit(call(Split("scons --directory=..") + sys.argv[1:]))


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

Reply via email to