mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +01:00
12 lines
347 B
Python
12 lines
347 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
Import("env_modules")
|
|
|
|
env_network_synchronizer = env_modules.Clone()
|
|
|
|
#env_network_synchronizer.add_source_files(env.modules_sources, "*.cpp")
|
|
|
|
env_network_synchronizer.add_source_files(env.modules_sources, "bit_array.cpp")
|
|
|
|
env_network_synchronizer.add_source_files(env.modules_sources, "register_types.cpp") |