GDC vs DMD 0.164
    Gregor Richards 
    Richards at codu.org
       
    Wed Aug 16 09:34:58 PDT 2006
    
    
  
Gregor Richards wrote:
> In the process of trying to compile MiniD with GDC, I had to bring GDC 
> up to date with the latest DMD.  It's probably slighly (very) broken, 
> but it worked well enough for my purposes.
> 
> Figured somebody else might have use for it.  The patch from 0.19 is 
> attached.
> 
>  - Gregor Richards
I forgot to mention - for this to work, you'll probably have to 
DeWindowsify the GDC sources like so:
find d/ -type f | xargs perl -pe 's|\x0D||g' -i
  - Gregor Richards
    
    
More information about the D.gnu
mailing list