mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-10 16:40:14 +01:00
5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
|
|
env = Environment()
|
|
env.Program('prog1', ['main.c', 'foo1.c', 'foo2.c'])
|
|
|