D Programming Language source (dmd, phobos,etc.)  has moved to	github
    Vladimir Panteleev 
    vladimir at thecybershadow.net
       
    Wed Jan 26 05:20:26 PST 2011
    
    
  
On Wed, 26 Jan 2011 15:10:08 +0200, David Wang <osx.david at live.com> wrote:
> And I use git to download the source from github.com for "druntime".
> But I found that in it subdirectory "import", there is only contain  
> "std" and
> "object.di", missed the "core" subdirectory for druntime.
> Why?
>
> Or, the "core" subdirectory exists on the github.com, but we can no see  
> it?
> or there have some other way except git to download it?
>
> waiting for kindly help.
>
> Best regards
> David.
The source code of druntime is under the src/core directory[1]. The .di  
files in the import directory are generated automatically during the  
build[2].
   [1]:  
https://github.com/D-Programming-Language/druntime/tree/master/src/core
   [2]:  
https://github.com/D-Programming-Language/druntime/blob/master/win32.mak#L361
-- 
Best regards,
  Vladimir                            mailto:vladimir at thecybershadow.net
    
    
More information about the Digitalmars-d-announce
mailing list