[Freeciv-Dev] (PR#40640) [Patch] Unified client common library

2009-03-04 Thread Christian Prochaska
http://bugs.freeciv.org/Ticket/Display.html?id=40640 > > [cazf...@gmail.com - Wed Jan 07 21:23:18 2009]: > > SDL uses macro magic to rename our main() as SDL_main(). This means > that client common code library has different symbols when compiling > SDL client than otherwise. Fixing this is ste

[Freeciv-Dev] (PR#40640) [Patch] Unified client common library

2009-01-07 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=40640 > SDL uses macro magic to rename our main() as SDL_main(). This means that client common code library has different symbols when compiling SDL client than otherwise. Fixing this is step toward building multiple clients at once. Attached patc