dco how to specify Jpath?
    FrankLike via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sat Dec 20 23:43:13 PST 2014
    
    
  
On Thursday, 20 November 2014 at 10:48:17 UTC, Suliman wrote:
> I am playing with dco. And it's look very helpful for tiny 
> projects.
>
> I can't understand is it's possible to add to dco.ini Jpath?
> I am talking about something like:
> dflags=-JD:\code\d\App1\source\
>
> but when I am trying to compile code with dco it's can't find 
> import.
> I looked at source code and it's look like it's do not support 
> dflags...
>
> https://github.com/FrankLIKE/dco/tree/master/source
In dco.ini
importPath= -I..\\source // modity it to your source
    
    
More information about the Digitalmars-d-learn
mailing list