mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-04-19 21:53:13 +02:00
6 lines
132 B
Python
6 lines
132 B
Python
Import('env')
|
|
|
|
primary = env.make_file('output', 'test.cpp')
|
|
this_causes_problems = env.SideEffect('output_side_effect', 'output')
|
|
|