www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [RFC] try to import.clang.c.index.d when there is no clang/c/index.d

reply Sergey Korshunoff via Digitalmars-d <digitalmars-d puremagic.com> writes:
Hi all
I use a modified version of the D compiler v1 which looks for files like
clang.c/index.d
clang.c.index.d
if there is no file clang/c/index.d present

It is a personal preference. It is not fun to inspect sources jumping
around many directories.
Is this already done for the current D compiler?
Aug 29 2015
parent "Daniel N" <ufo orbiting.us> writes:
On Sunday, 30 August 2015 at 04:42:20 UTC, Sergey Korshunoff 
wrote:
 Hi all
 I use a modified version of the D compiler v1 which looks for 
 files like
 clang.c/index.d
 clang.c.index.d
 if there is no file clang/c/index.d present

 It is a personal preference. It is not fun to inspect sources 
 jumping
 around many directories.
 Is this already done for the current D compiler?
I would suggest using symlinks instead, it's even available for windows these days(vista+): see mklink
Aug 30 2015