dco how to specify Jpath?
FrankLike via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Dec 20 23:36: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
Default importPath is importPath=-I$(DMDInstallDir)windows/import
You can modify it to your source. or add your source to the end.
to do it:
importPath=-I$(DMDInstallDir)windows/import
-ID:\code\d\App1\source\
More information about the Digitalmars-d-learn
mailing list