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

# The core difference between this test and the one of SharedObjectSuffixIssue
# is that here we explicitly use the relevant D tool and things work.

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

environment.SharedLibrary('answer', 'code.d')