I've noticed that Dev-C++ always recompiles all the files in my projects whether they need recompilation or not.
Is this the way the software is designed, or is it something I'm doing wrong?
If all files are always recompiled, has anyone written a proxy program for gcc that masquerades as gcc (i.e. it is called by Dev-C++) and checks if the compilation of each requested file is really needed or not, before passing everything else on to gcc?
Cheers
Richard
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All.
I've noticed that Dev-C++ always recompiles all the files in my projects whether they need recompilation or not.
Is this the way the software is designed, or is it something I'm doing wrong?
If all files are always recompiled, has anyone written a proxy program for gcc that masquerades as gcc (i.e. it is called by Dev-C++) and checks if the compilation of each requested file is really needed or not, before passing everything else on to gcc?
Cheers
Richard