Differences between build/rebuild?

  • Thread starter Thread starter Brett
  • Start date Start date
B

Brett

What are the differences between build and rebuilt? I can't find any
documentation on this any you can provide is apprciated.

I'm thinking rebuild only builds changes where as build does everything.

Thanks,
Brett
 
If you use Rebuild, it will recompile the whole thing irrespective of
whether or not any changes have actually been made, build wont
 
Brett said:
What are the differences between build and rebuilt? I can't find any
documentation on this any you can provide is apprciated.

I'm thinking rebuild only builds changes where as build does
everything.
Thanks,
Brett

It's just the reverse: build only compiles changed things and rebuild
does everything.

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top