help understanding import libraries
Jesse Phillips
jessekphillips+D at gmail.com
Fri Aug 19 14:56:45 PDT 2011
Graham Fawcett Wrote:
> On Fri, 19 Aug 2011 12:38:01 -0400, Jesse Phillips wrote:
>
> > If you wanted (and didn't run out of command line characters) you could
> > list all .d files in every library you are using and have dmd compile
> > everything for you. Then the -L would not be required.
>
> Just a reminder, you have "dmd @cmdfile" for cases where you want to put
> a "long" command line's options into a file for easier management.
>
> Graham
Yes but that just adds an extra lesson on top of learning what -I and -L do, why they are different and why both are used together.
More information about the Digitalmars-d-learn
mailing list