karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

move implementations into own shared object files #102

Open karolherbst opened 10 years ago

karolherbst commented 10 years ago

most of your implementations in the backend target need they own dependencies. So to ensure, that not our entire project depends on XML or JSON libraries, we should move some implementations into their own dynamic libraries.

This makes it also easier to handle with plugins later.