On Mon, Apr 9, 2012 at 6:43 AM, <[email protected]> wrote: > + my $other_lib = Clownfish::CFC::Perl::Build->cf_system_library_file( > + 'Other::Module', > + );
> + extra_linker_flags => $other_lib, Does just supplying a path to a dll work as an "extra_linker_flag"? > +=head3 source > + > +An arrayref of source directories containing the .cfh and .c files of the > +module. Defaults to [ 'core' ] or to [ '../core' ] if 'core' can't > +be found. I'm not sure that potential users will be enthusiastic about that default. The use case for "core" or "../core" is pretty specific to Lucy. Would you object if I changed that parameter to have no default, then changed either perl/buildlib/Lucy/Build.pm or perl/Build.PL to supply the appropriate dir? Marvin Humphrey
