
VC7 always does rebuild all
Yet another victim of VS.NETs need to constantly rebuild.
Something changed in my project today which causes VC7 to always do a
rebuild all, even when everything's up to date.
Solution has 3 VC projects (EXE uses DLL uses LIB) - the DLL project now
does a full-rebuild every time, even if I build & then immediately build
again.
Any ideas? It's intollerable as is - and I have no idea what changed the
behavior. (except possibly that I did a "clean" one time - since that clean,
all I can get is full rebuilds).
-cd