[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] {{{PATCH}}} generalize chicken-do to allow multipl
From: |
Evan Hanson |
Subject: |
Re: [Chicken-hackers] {{{PATCH}}} generalize chicken-do to allow multiple targets |
Date: |
Wed, 24 Oct 2018 22:57:48 +1300 |
On 2018-10-24 9:31, address@hidden wrote:
> > The patch looks OK to me. Just one question, having more to do with the
> > feature it adds than the patch itself: now that chicken-do supports
> > multiple targets, should the import libraries for modules be added as
> > targets in addition to the types and inline files?
>
> Do you mean as targets for the static binary? Possible, if dynamic compilation
> is enabled, but not necessarily required, I'd say.
I was thinking of them as targets for whichever command includes the
"-j" or "-J" that produces the import.scm file, to indicate that it's
created by that run of csc. I think that's the dynamic one normally,
right?
Evan