mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-04-29 22:17:56 +02:00
4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
DefaultEnvironment(tools=[])
|
|
env = Environment(tools=["textfile"])
|
|
env.Copy()
|