mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-12 18:38:59 +01:00
5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
|
|
env = Environment()
|
|
env.Program('prog2', ['main.c', 'bar1.c', 'bar2.c'])
|
|
|