diff options
author | Russel Winder <russel@winder.org.uk> | 2012-09-08 10:44:42 (GMT) |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2012-09-08 10:44:42 (GMT) |
commit | 87bf700266e276ec4b1d200b5d8787ed24da21af (patch) | |
tree | a45f756069d57b99ffaa851fc3cb92d2ef64de93 /src | |
parent | 9d73e32a3162f6909137bbd84cf5f86456bd4f68 (diff) | |
download | SCons-87bf700266e276ec4b1d200b5d8787ed24da21af.zip SCons-87bf700266e276ec4b1d200b5d8787ed24da21af.tar.gz SCons-87bf700266e276ec4b1d200b5d8787ed24da21af.tar.bz2 |
Correct the date of last update.
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/SCons/Tool/dmd.py | 2 | ||||
-rw-r--r-- | src/engine/SCons/Tool/gdc.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Tool/dmd.py b/src/engine/SCons/Tool/dmd.py index 1ffd6ad..8329696 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 b7085d2..56efbb0 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. |