summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/dmd.py
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2017-06-12 17:44:21 (GMT)
committerRussel Winder <russel@winder.org.uk>2017-06-12 17:44:21 (GMT)
commit74207e0e31f375b33c313194ae64bcde459994f4 (patch)
tree4e2a8c150f25dff03a36a571cf8aab0f219530ec /src/engine/SCons/Tool/dmd.py
parenta057ea49ae3c10c5ddd2be6232a38b110fe7159c (diff)
downloadSCons-74207e0e31f375b33c313194ae64bcde459994f4.zip
SCons-74207e0e31f375b33c313194ae64bcde459994f4.tar.gz
SCons-74207e0e31f375b33c313194ae64bcde459994f4.tar.bz2
Remove the static lib builder creation in the D tools.
Diffstat (limited to 'src/engine/SCons/Tool/dmd.py')
-rw-r--r--src/engine/SCons/Tool/dmd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/dmd.py b/src/engine/SCons/Tool/dmd.py
index 64beea5..1becc14 100644
--- a/src/engine/SCons/Tool/dmd.py
+++ b/src/engine/SCons/Tool/dmd.py
@@ -144,8 +144,6 @@ def generate(env):
env['DSHLIBVERSION'] = '$SHLIBVERSION'
env['DSHLIBVERSIONFLAGS'] = []
- SCons.Tool.createStaticLibBuilder(env)
-
env['BUILDERS']['ProgramAllAtOnce'] = SCons.Builder.Builder(
action='$DC $_DINCFLAGS $_DVERFLAGS $_DDEBUGFLAGS $_DFLAGS -of$TARGET $DLINKFLAGS $__DRPATH $SOURCES $_DLIBDIRFLAGS $_DLIBFLAGS',
emitter=DCommon.allAtOnceEmitter,