On 9/23/2013 1:38 AM, Anthony Jones wrote:
On 23/09/13 16:49, Robert O'Callahan wrote:
I see how compiling several files in the same cl invocation would mess
up using /showincludes to track dependencies, making this difficult to
fix. The only possibility I can think of for fixing this is to emit a
Visual Studio project and make the Visual Studio builder responsible for
tracking #include dependencies.
Yes. Difficult.
Lets say you compile 10 files together. If you change any of the header
files for the whole set then you'll need to recompile all of those 10
files.
As long as you have dependency information you don't... you just
recompile the files that need to be rebuilt.
--BDS
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform