mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +01:00
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
import os
|
|
|
|
Import('env')
|
|
|
|
module_env = env.Clone()
|
|
|
|
module_env.add_source_files(env.modules_sources,"register_types.cpp")
|
|
|
|
#if env["tools"]:
|
|
# module_env.add_source_files(env.modules_sources,"paint_editor_plugin.cpp")
|