Core/Common: Converted the common library to a shared library.

* There is still the possibility to static link against common.
This commit is contained in:
Aokromes
2016-08-12 11:58:18 +02:00
parent 7d2b1128a6
commit e201c034c7
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
#include "Common.h"
char const* localeNames[TOTAL_LOCALES] = {
TC_COMMON_API char const* localeNames[TOTAL_LOCALES] = {
"enUS",
"koKR",
"frFR",