TC cmake changes and dynamic linking support

This commit is contained in:
Rochet2
2016-04-01 18:43:04 +03:00
parent 2fdc1a17de
commit c42b8c09b6
2 changed files with 28 additions and 161 deletions

View File

@@ -116,7 +116,10 @@ struct LuaScript
#define ELUNA_OBJECT_STORE "Eluna Object Store"
#define LOCK_ELUNA Eluna::Guard __guard(Eluna::GetLock())
class Eluna
#ifndef TRINITY
#define TC_GAME_API
#endif
class TC_GAME_API Eluna
{
public:
typedef std::list<LuaScript> ScriptList;