summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2012-09-08 11:44:42 +0100
committerRussel Winder <russel@winder.org.uk>2012-09-08 11:44:42 +0100
commitaf7cd2d0efa55c0659c78b06e31fa91fcecacb47 (patch)
treea45f756069d57b99ffaa851fc3cb92d2ef64de93
parenta4267404e56ef4ecdf1c19f42b375f45ccb94b75 (diff)
downloadscons-af7cd2d0efa55c0659c78b06e31fa91fcecacb47.tar.gz
Correct the date of last update.
-rw-r--r--src/engine/SCons/Tool/dmd.py2
-rw-r--r--src/engine/SCons/Tool/gdc.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/dmd.py b/src/engine/SCons/Tool/dmd.py
index 1ffd6ad2..83296965 100644
--- a/src/engine/SCons/Tool/dmd.py
+++ b/src/engine/SCons/Tool/dmd.py
@@ -7,7 +7,7 @@ Originally coded by Andy Friesen (andy@ikagames.com)
15 November 2003
Evolved by Russel Winder (russel@winder.org.uk)
-2010-02-07, 2010-11-17, 2011-02, 2011-05-14, 2012-05-08, 2012-09-02
+2010-02-07, 2010-11-17, 2011-02, 2011-05-14, 2012-05-08, 2012-09-02, 2012-09-06
There are a number of problems with this script at this point in time.
The one that irritates the most is the Windows linker setup. The D
diff --git a/src/engine/SCons/Tool/gdc.py b/src/engine/SCons/Tool/gdc.py
index b7085d2a..56efbb0e 100644
--- a/src/engine/SCons/Tool/gdc.py
+++ b/src/engine/SCons/Tool/gdc.py
@@ -4,7 +4,7 @@ Tool-specific initialization for the GDC compiler.
(https://github.com/D-Programming-GDC/GDC)
Coded by Russel Winder (russel@winder.org.uk)
-2012-05-09
+2012-05-09, 2012-09-06
Compiler variables:
DC - The name of the D compiler to use. Defaults to gdc.