summaryrefslogtreecommitdiffstats
path: root/test/D/HelloWorld/CompileAndLinkOneStep/Image/SConstruct_template
blob: e2e7439438b537cc948a681d8d354c6a024f32cf (plain)
1
2
3
4
5
6
7
8
# -*- mode:python; coding:utf-8; -*-

import os

environment = Environment(
    tools=['link', '{}'])

environment.Program('helloWorld.d')