mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-14 17:00:20 +01:00
4 lines
103 B
Plaintext
4 lines
103 B
Plaintext
DefaultEnvironment(tools=[])
|
|
env = Environment(tools=["textfile"])
|
|
env.SourceCode('no_source.c', None)
|