[Freeciv-Dev] Re: (PR#4695) recompiling on client change
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Mike Kaufman wrote:
> I find it extremely annoying that I need to recompile common/ and server/
> after passing --enable-client=* to autogen.sh. This really shouldn't be
> necessary.
I, too, am annoyed by this.
Some clients define certain config.h variables - particularly XAW.
Others define none. If you change your config.h variables you must
recompile everything...
I think the best alternative is be to create a new header config_gui.h.
This header would only be included from the GUI files. Or perhaps it
could be config_client.h. I think autoconf/autoheader is capable of
this, although I've never done it before.
jason
|
|