Normaly MinGW (GCC C Compiler) recompiles only files that have beeen changed. But I fear this does not work properly. So I wan't to recompile everything at each "Compile All" or "Compile Project". Is there any option to accomplish this ?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

First run a make clean command and then a make command. I think that the MinGW make is called mingw32-make.exe

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.