Differences between build/rebuild?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brett

    Differences between build/rebuild?

    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


  • W.G. Ryan eMVP

    #2
    Re: Differences between build/rebuild?

    If you use Rebuild, it will recompile the whole thing irrespective of
    whether or not any changes have actually been made, build wont

    --
    W.G. Ryan, MVP

    www.tibasolutions.com | www.devbuzz.com | www.knowdotnet.com
    "Brett" <no@spam.com> wrote in message
    news:%23Yf0P2xV FHA.2520@TK2MSF TNGP09.phx.gbl. ..[color=blue]
    > 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
    >
    >[/color]


    Comment

    • Hans Kesting

      #3
      Re: Differences between build/rebuild?

      Brett wrote:[color=blue]
      > 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[/color]

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

      Hans Kesting


      Comment

      • Mark Rae

        #4
        Re: Differences between build/rebuild?

        "Brett" <no@spam.com> wrote in message
        news:%23Yf0P2xV FHA.2520@TK2MSF TNGP09.phx.gbl. ..
        [color=blue]
        > I'm thinking rebuild only builds changes where as build does everything.[/color]

        Exactly the other way round.


        Comment

        Working...