On Thu, Aug 23, 2007 at 03:54:46PM -0500, Bo Peng wrote:
> > There is nothing wrong with cutting a complex process into small pieces.
> 
> The problems lie between the programs. It is never clear to me when I
> need to call autogen.sh, and when I need to call configure.sh. scons
> gives me a peace of mind.

It's funny that this quest for piece doesn't lead you to IDEs. They are
the magic all-in-one boxes after all.

> > I guess that'd rate around '2' or '3' on a scale from 0-5... It's means
> > that MSVS is used just for text editing and debugging, but not for
> > as 'IDE' (including e.g. project management)
> 
> cmake does not do 'project management' either. It adds compile and
> dependency check to your list.

I didn't say that. 'Real integration' with MSVS we probably only get by
using qmake + Qt MSVS integration. This includes project management.

But this is not that interesting in the  scons vs cmake  fight. I just
wanted to note that that what scons calls 'MSVS support' is only a
little bit better than 'no support at all' (and that's still only after
reading the mails here, I still haven't seen a scons generated .vcproj
file).

Andre'

Reply via email to