Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crossfire 0.90.2 compiling
- To: (Sam Mackrill : AspenTech UK)
- Subject: Re: Crossfire 0.90.2 compiling
- From: Tyler Van Gorder <>
- Date: Tue, 8 Mar 1994 12:28:03 -0800 (PST)
- Cc: crossfire (at) ifi.uio.no,
- In-Reply-To: <> from "Sam Mackrill : AspenTech UK" at Mar 8, 94 11:25:09 am
>
> If the player colour flag (PLAYER_COLOR in config.h) is set then Crossfire
> won't compile because the command_color function is missing from sproto.h
>
> add the following line
>
> extern int command_color ( object *op, char *params );
>
> Sam
>
> Can we have a language flag compiler option?
> It is very hard for me to type "color"... it should of course be "colour"
>
Sam, If you do a "make proto" in the server directory the makefile will use
cextract to generate a new sproto.h for you.
same is true in the common dir, accept that it generates proto.h