From 87bf700266e276ec4b1d200b5d8787ed24da21af Mon Sep 17 00:00:00 2001 From: Russel Winder Date: Sat, 8 Sep 2012 11:44:42 +0100 Subject: Correct the date of last update. --- src/engine/SCons/Tool/dmd.py | 2 +- 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. -- cgit v0.12