PDA

View Full Version : How to manage files with different folders for make



rajeshs
7th July 2007, 13:12
Hello Friends,

I am working in qt4.2 windows ,i am using mingw,

I have different folders for different modules in my application,

When i give make each time it takes all files to compile, but if i use same folder it only takes whatever files i changed,

How to avoid the recompilation of all files rather than changed files?

Thank you
Rajesh,S

jpn
7th July 2007, 13:44
When i give make each time it takes all files to compile, but if i use same folder it only takes whatever files i changed,

Just to assure, just "make" and nothing else?



How to avoid the recompilation of all files rather than changed files?

The toolchain should take care of recompiling only necessary files. Something else must be wrong. Could we see the .pro file?