Re: build systems



On Nov 10, 2007 7:27 PM, Ruben Vermeersch <ruben savanne be> wrote:
> Isn't this what we have the version control system for? How does this
> differ from multiple checkouts?

Not sure where you got vcs from. The point here is that a buildsystem
should put diffrent builds in diffrent build directories. So that the
debug variant of your project ends up in for example, build/debug, and
profiling variant ends up in build/profile. That way you don't have to
recompile the whole project every time you switch between the variants
and thus saving precious time at the expense of cheap hdd space.

-- 
Daniel Svensson, <dsvensson gmail com>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]