Path to cmdfile?
evilrat
evilrat666 at gmail.com
Mon Dec 16 00:01:29 PST 2013
On Monday, 16 December 2013 at 07:33:47 UTC, Jeremy DeHaan wrote:
> I've been brain storming lately on some ideas to simplify
> building for the library I've been working on, and I wanted to
> do some experimenting using cmdfiles. Is there some way that I
> can pass a search path for these bad boys to the compiler if
> they are just text files?
don't know about that, but there is string mixin search paths -
using it with mixins may be possible alternative for what you
trying to achieve(assuming you are using handmade D build script).
and also depending on your needs it may worth look at dub[1,2].
[1] http://code.dlang.org/download
[2] https://github.com/rejectedsoftware/dub
More information about the Digitalmars-d-learn
mailing list