summaryrefslogtreecommitdiffstats
path: root/modules/mono/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/SCsub')
-rw-r--r--modules/mono/SCsub6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/mono/SCsub b/modules/mono/SCsub
index 564c5929c7..d267df938a 100644
--- a/modules/mono/SCsub
+++ b/modules/mono/SCsub
@@ -18,12 +18,6 @@ env_mono.add_source_files(env.modules_sources, "glue/*.cpp")
env_mono.add_source_files(env.modules_sources, "mono_gd/*.cpp")
env_mono.add_source_files(env.modules_sources, "utils/*.cpp")
-env_mono.add_source_files(env.modules_sources, "mono_gd/support/*.cpp")
-
-if env["platform"] in ["macos", "ios"]:
- env_mono.add_source_files(env.modules_sources, "mono_gd/support/*.mm")
- env_mono.add_source_files(env.modules_sources, "mono_gd/support/*.m")
-
if env.editor_build:
env_mono.add_source_files(env.modules_sources, "editor/*.cpp")
SConscript("editor/script_templates/SCsub")