S
Steve McLellan
Hi,
We've got two developers working on the same mixed C++ project, using .SLN
and .CPROJ project file (i.e. with identical configurations) on two
different VS .NET 2003. The project files are in CVS. On one machine if you
don't change anything between builds, the compiler recognises this. If you
change one file, it just compiles the minimum necessary. On the other
machine, it's doing a nearly complete rebuild even if NO files have changed.
This is a bit of an annoyance, and I can't figure it out. I've tried
deleting the .IDB file and VC dutifully rebuilt it but it doesn't seem to be
using it. I did notice that with the compiler /clr option you can't also
specify Enable Minimum Rebuild, but I still don't understand how this
behaviour could happen on one machine and not the other.
Any help greatly appreciated.
Steve
We've got two developers working on the same mixed C++ project, using .SLN
and .CPROJ project file (i.e. with identical configurations) on two
different VS .NET 2003. The project files are in CVS. On one machine if you
don't change anything between builds, the compiler recognises this. If you
change one file, it just compiles the minimum necessary. On the other
machine, it's doing a nearly complete rebuild even if NO files have changed.
This is a bit of an annoyance, and I can't figure it out. I've tried
deleting the .IDB file and VC dutifully rebuilt it but it doesn't seem to be
using it. I did notice that with the compiler /clr option you can't also
specify Enable Minimum Rebuild, but I still don't understand how this
behaviour could happen on one machine and not the other.
Any help greatly appreciated.
Steve