Re: [Mesa-dev] Revamping how to specify targets to build with scons

2010-11-01 Thread Xavier Chantry
On Mon, Nov 1, 2010 at 2:34 PM, José Fonseca wrote: > I've just pushed a long time requested improvement to scons build > system. > > Now is simply a matter of naming what to build. For example: > >  scons libgl-xlib > >  scons libgl-gdi > >  scons graw-progs > >  scons llvmpipe > > and so on. And

[Mesa-dev] Revamping how to specify targets to build with scons

2010-11-01 Thread José Fonseca
I've just pushed a long time requested improvement to scons build system. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is still the possibility of scepcified subdirs, e.g. scons sr