summaryrefslogtreecommitdiff
path: root/test/D/MixedDAndC/Image/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/MixedDAndC/Image/SConstruct')
-rw-r--r--test/D/MixedDAndC/Image/SConstruct15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/D/MixedDAndC/Image/SConstruct b/test/D/MixedDAndC/Image/SConstruct
new file mode 100644
index 000000000..176c4d317
--- /dev/null
+++ b/test/D/MixedDAndC/Image/SConstruct
@@ -0,0 +1,15 @@
+# -*- codig:utf-8; -*-
+
+import os
+
+environment = Environment(
+)
+# CFLAGS=['-m64'],
+# DLINKFLAGS=['-m64'],
+# DFLAGS=['-m64', '-O'])
+
+environment.Program('proj', [
+'proj.d',
+'dmod.d',
+'cmod.c',
+])