long waiting time in linking
- by ccanan
Hi, here is the situation.
I am using visual studio 2005.
the solution contains lots of projects, 34 projects in all, and the start up projects depends on others.
then in linking part, it'll wait a long time before the real linking starts.
I am pretty sure it's because of too many projects depended, as when I use a solution with 10 of the 34 projects(keep other projects as headers&libs), it'll start instantly.
so any one has any idea that I can reduce the waiting time?
thx.