Build vs Rebuild

Post here wxCrafter related issues / features / bugs
User avatar
ColleenKobe
CodeLite Expert
Posts: 129
Joined: Wed Mar 30, 2016 4:31 pm
Genuine User: Yes
IDE Question: C++
Contact:

Build vs Rebuild

Post by ColleenKobe »

When it comes to a project, what is the difference between "Build" and "Rebuild"?

Thanks!

Colleen
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build vs Rebuild

Post by eranif »

Build - only compiles the modified files and then performs a link
Rebuild - cleans all object files (i.e. all files will get to compile) and then performs a link

Eran
Make sure you have read the HOW TO POST thread
User avatar
ColleenKobe
CodeLite Expert
Posts: 129
Joined: Wed Mar 30, 2016 4:31 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build vs Rebuild

Post by ColleenKobe »

eranif wrote:Build - only compiles the modified files and then performs a link
Rebuild - cleans all object files (i.e. all files will get to compile) and then performs a link

Eran
Perfect! Thank you, Eran. :-)

Colleen
Post Reply