I think the Andoid NDK toolchain uses GCC so it probably uses GNUmake, too. Then it should be compatible with GNUmakefile.
It might be about time we get some refactoring in cRoot, allowing it to be used as a piece of library, so that we can build GUIs around it - be it Android or WinAPI. So we'd want the logger to be substitutable, server command messages to be enterable via a cRoot function asynchronously, maybe even some callbacks on players connected, memory used etc.
It might be about time we get some refactoring in cRoot, allowing it to be used as a piece of library, so that we can build GUIs around it - be it Android or WinAPI. So we'd want the logger to be substitutable, server command messages to be enterable via a cRoot function asynchronously, maybe even some callbacks on players connected, memory used etc.