pandemonium_engine/modules/network_synchronizer/SCsub

13 lines
429 B
Plaintext
Raw Normal View History

#!/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, "data_buffer.cpp")
env_network_synchronizer.add_source_files(env.modules_sources, "register_types.cpp")