mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-20 17:24:23 +01:00
4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
DefaultEnvironment(tools=[])
|
|
env = Environment(BUILD='build', SRC='src', tools=[])
|
|
env.BuildDir('build', 'src')
|