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
 
Back
Top