Had another 48hr game jam this weekend...

H. S. Teoh hsteoh at quickfur.ath.cx
Wed Sep 18 09:58:50 PDT 2013


On Wed, Sep 18, 2013 at 06:36:19PM +0200, David Eagen wrote:
> On Wednesday, 18 September 2013 at 15:43:21 UTC, Manu wrote:
> 
> >I've had lots of problems in the past where a header included by
> >another header doesn't prompt the dependent code to be rebuilt, and I
> >ended up in a conservative state of rebuild-all-ing every time... :/
> >Maybe I should try working with that environment more...
> >
> 
> This is what makes tup so interesting to me. It tracks every file that
> is read in during a compile so it knows what to recompile when a
> particular header changes.

+1.

Anyone who's ever had to 'make clean; make' just to make sure everything
was up-to-date seriously should ditch make and use a real build system
like tup. SCons is also pretty good, though algorithm-wise, tup is
probably better.


T

-- 
Just because you can, doesn't mean you should.


More information about the Digitalmars-d mailing list