mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
8 lines
118 B
Python
8 lines
118 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.servers_sources, "*.cpp")
|
|
|
|
SConscript("portals/SCsub")
|