Core/Database: Converted the database library to a shared library.

* There is still the possibility to static link against database.

(cherry picked from commit 6cfea2d8f7)
This commit is contained in:
Naios
2016-03-11 15:57:26 +01:00
parent 1a1c0d1dc4
commit 205556b226
22 changed files with 54 additions and 40 deletions

View File

@@ -20,7 +20,7 @@
#include "Log.h"
class MySQL
class TC_DATABASE_API MySQL
{
public:
static void Library_Init()