[Freeciv-Dev] Re: (PR#9936) merge helptext_improvement and helptext_wond
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9936 >
On Sat, 4 Sep 2004, Mike Kaufman wrote:
> > > they wouldn't need to be moved into common/ to be used by the civmanual,
> > > it'll just fetch them from client/
> >
> > Can't link against both server and client at the same time.
>
> eh, civworld does this all the time.
Using a few gross hacks, yes. Granted, I am looking at an older version,
but you link in .o files directly, and refer directly to one specific
client, not linking against libcivclient.a.
Some rather extensive changes are needed in client/Makefile.am and
configure code to pass the right libs to manual/Makefile.am to do this
correctly. Also lots of stubs must be written for stuff that these files
except to exist in the GUI code.
Unless you are seeing something that I am not.
- Per
|
|