Vanilla List Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VANILLA-LIST:2904] INL server problems



On Tue, Feb 22, 2000 at 06:29:46PM -0800, Carlos Y. Villalpando wrote:
> Quoting Tom Holub <doosh@best.com>:
> 
> > If we're going to move the 32-player code into the vanilla source
> > tree, it needs to be better protected by that #define so changing it
> > really has an effect.
> 
> >From an earlier message here by me ('it' = MAXPLAYERS):
> 
> > If you do change it, there's 2 places it needs to be changed.
> > config.h.in and ntserv/defs.h
> 
> > And a full "make clean; make" is required in ALL directories.  The
> > autodependencies are a little broken at the moment, and defs.h is
> > pervasive.
> 
> I still need to chase down why the dependencies don't work all that
> well.  For any changes to defs.h, don't depend on the current makefile
> to catch all the files that need to be recompiled.

I did do a make clean, but I didn't change defs.h.  In any case, we should
remove the need to change it in defs.h.
 -Tom