Farid Zaripov wrote:
-----Original Message-----
From: Martin Sebor [mailto:[EMAIL PROTECTED]
Sent: Friday, December 08, 2006 4:53 AM
To: [email protected]
Subject: Re: duplicate error message in Windows builds
Btw., the generated stdcxx solution is so huge now (over 500
projects) that it takes minutes to do anything in it. The IDE
freezes up every time I switch configurations or make other
simple changes. How do you deal with it?
MSVC 8 does that, but MSVC 7 works faster. I work mostly in MSVC 7.
So I heard.
If it's as bad for you as it is for me we'll need to do something
about it.
We can remove all locales and locale tests projects and leave only two
projects
.stdcxx_locales (to build all locales) and .stdcxx_testlocales (to test
all locales).
I think that might be helpful, although we might also want to explore
the option of creating separate solutions for each of the set of
components (i.e., library + examples, library + rwtest + tests, and
library + locales). The tests and locales solutions would also need
the utilities. We could still keep the big solution or we could get
rid of it. Your thoughts?
Martin