Build/SdkServer: Fix Console.cpp being included in the project
Former-commit-id: 62d706654c398a60946282e112d7e139107ac745
This commit is contained in:
parent
ffb6a47435
commit
d0ff07d262
|
|
@ -23,12 +23,14 @@ TOOL.Files = {
|
|||
-- Exlude client-only files
|
||||
TOOL.FilesExclusion = {
|
||||
"../SDK/**/CameraComponent.*",
|
||||
"../SDK/**/Console.*",
|
||||
"../SDK/**/GraphicsComponent.*",
|
||||
"../SDK/**/LightComponent.*",
|
||||
"../SDK/**/ListenerComponent.*",
|
||||
"../SDK/**/ListenerSystem.*",
|
||||
"../SDK/**/RenderSystem.*",
|
||||
"../SDK/**/LuaInterface_Audio.*"
|
||||
"../SDK/**/LuaAPI_Audio.*",
|
||||
"../SDK/**/LuaAPI_Graphics.*",
|
||||
}
|
||||
|
||||
TOOL.Libraries = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue