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/SConstruct13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/D/MixedDAndC/Image/SConstruct b/test/D/MixedDAndC/Image/SConstruct
deleted file mode 100644
index 47870d7a..00000000
--- a/test/D/MixedDAndC/Image/SConstruct
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- codig:utf-8; -*-
-
-import os
-
-environment = Environment(
- ENV=os.environ,
- DFLAGS=['-m64', '-O'])
-
-environment.Program('proj', [
-'proj.d',
-'dmod.d',
-'cmod.c',
-])