how to compile only modified files? [SOLVED]

General questions regarding the usage of CodeLite
idhan
CodeLite Enthusiast
Posts: 12
Joined: Fri Nov 28, 2014 6:04 pm
Genuine User: Yes
IDE Question: C++
Contact:

how to compile only modified files? [SOLVED]

Post by idhan »

I release that after compiling a project, I press F5 to run the project but codelite (throught the make file?) recompile some of the cpp.

How can I avoid this? the project compile just find without any errors or warnings..

thanks!
Last edited by idhan on Sat Feb 14, 2015 12:04 am, edited 2 times in total.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: how to compile only modified files?

Post by eranif »

This should be done automatically. If it does not, clean the project and build it again, this usually fix this

Eran
Make sure you have read the HOW TO POST thread
idhan
CodeLite Enthusiast
Posts: 12
Joined: Fri Nov 28, 2014 6:04 pm
Genuine User: Yes
IDE Question: C++
Contact:

how to compile only modified files?

Post by idhan »

that's it!! thank you!
Post Reply