diff options
Diffstat (limited to 'core/multiplayer/SCsub')
-rw-r--r-- | core/multiplayer/SCsub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/multiplayer/SCsub b/core/multiplayer/SCsub new file mode 100644 index 0000000000..19a6549225 --- /dev/null +++ b/core/multiplayer/SCsub @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +Import("env") + +env.add_source_files(env.core_sources, "*.cpp") |