Build/SdkServer: Fix Console.cpp being included in the project

Former-commit-id: 62d706654c398a60946282e112d7e139107ac745
This commit is contained in:
Lynix 2016-01-20 14:08:03 +01:00
parent ffb6a47435
commit d0ff07d262
1 changed files with 3 additions and 1 deletions

View File

@ -23,12 +23,14 @@ TOOL.Files = {
-- Exlude client-only files -- Exlude client-only files
TOOL.FilesExclusion = { TOOL.FilesExclusion = {
"../SDK/**/CameraComponent.*", "../SDK/**/CameraComponent.*",
"../SDK/**/Console.*",
"../SDK/**/GraphicsComponent.*", "../SDK/**/GraphicsComponent.*",
"../SDK/**/LightComponent.*", "../SDK/**/LightComponent.*",
"../SDK/**/ListenerComponent.*", "../SDK/**/ListenerComponent.*",
"../SDK/**/ListenerSystem.*", "../SDK/**/ListenerSystem.*",
"../SDK/**/RenderSystem.*", "../SDK/**/RenderSystem.*",
"../SDK/**/LuaInterface_Audio.*" "../SDK/**/LuaAPI_Audio.*",
"../SDK/**/LuaAPI_Graphics.*",
} }
TOOL.Libraries = { TOOL.Libraries = {