scons_gd/scons/test/D/AllAtOnce/Image/SConstruct_template

14 lines
167 B
Plaintext
Raw Permalink Normal View History

2022-10-15 16:06:26 +02:00
# -*- coding:utf-8; -*-
import os
environment = Environment(
tools=['{}', 'link'],
)
environment.ProgramAllAtOnce('project', [
'main.d',
'amod.d',
'bmod.d',
])