mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-24 19:26:41 +01:00
4 lines
85 B
Python
4 lines
85 B
Python
|
DefaultEnvironment(tools=[])
|
||
|
env = Environment()
|
||
|
env.Program('main.exe', ['main.c'])
|