From: <pat...@us...> - 2007-06-11 16:00:30
|
Revision: 579 http://svn.sourceforge.net/xml-cppdom/?rev=579&view=rev Author: patrickh Date: 2007-06-11 09:00:32 -0700 (Mon, 11 Jun 2007) Log Message: ----------- Look to deps/scons-addons to get SConsAddons. Modified Paths: -------------- trunk/SConstruct Modified: trunk/SConstruct =================================================================== --- trunk/SConstruct 2007-06-11 16:00:10 UTC (rev 578) +++ trunk/SConstruct 2007-06-11 16:00:32 UTC (rev 579) @@ -6,10 +6,9 @@ pass import os, string, sys, re, glob, copy, types -#sys.path.insert(0,pj('tools','scons-addons','src')) -print "WARNING:" -print "WARNING: The build is currently in development. It needs the svn version of scons-addons" -print "WARNING:" +import os.path +sys.path.insert(0, os.path.join('deps', 'scons-addons', 'src')) +print "NOTE: The build is currently in development. It needs the SVN trunk version of scons-addons" import SCons.Environment import SCons This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |