"Bo Peng" <[EMAIL PROTECTED]> writes: | > > | > I have tested the included to work for me | | Please allow me to investigate the consequences of this inclusion, if | you are unwilling to do it. ( I am not against the idea of moving | things to development.) | | Bo | | http://www.scons.org/cgi-sys/cgiwrap/scons/moin.cgi/UserGuide | | To avoid struggle, make sure you create at least two scripts - | SConstruct and SConscript.
A bit late sorry. I am not sure it is needed. | This will allow you to build into a | separate folder from your source files, and eventually this will allow | you to harness more of the power of scons. Example: I do that now, without a SConscript. | | SConscript('SConscript', build_dir='.build', duplicate=0) | | And then you put all the usual stuff from the examples inside | SConscript instead of SConstruct. I was hammering at this for an hour | trying to do it all in one file, but the build_dir functionality just | wouldn't cooperate until I did this, now I'm in heaven. Took me about an hour as well. I have not put the qt4/SConscript in the new SConstruct yet, can I leave that with you or do you want me to do it? -- Lgb