.d
Posted: Sat Nov 19, 2011 10:17 am
Ah finally catched this thing!
I haven't found anything about this.
So this .d files causing a lot of compilation time for me. I have a few projects in the same directory. Their object files are put into ./Release, but of course the .d files are overwritten when one is build. So where can I set that these .d files have a project unique names?
For a quick hack I set the object output dir to ./Release/Projectname for every projects.
I haven't found anything about this.
So this .d files causing a lot of compilation time for me. I have a few projects in the same directory. Their object files are put into ./Release, but of course the .d files are overwritten when one is build. So where can I set that these .d files have a project unique names?
For a quick hack I set the object output dir to ./Release/Projectname for every projects.