[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: $cons{LIBS} and dependencies
From: |
Steven_Shaw |
Subject: |
Re: $cons{LIBS} and dependencies |
Date: |
Mon, 30 Apr 2001 16:46:44 +1000 |
> $CONS->clone(
> LIBPATH => $CONS->{LIBPATH} . "$EXPORTS/libs",
> LIBS => $CONS->{LIBS} . "-lfoo -lbar -lbaz",
> CPPPATH => address@hidden>{CPPPATH}}, "#foodir", "#bardir", "#bazdir"],
> );
That's it - the idiom I was looking for! Instead of using $CONS->copy,
manipulate the dictionary, then create a new environment.
cheers again,
Steve.
- Re: $cons{LIBS} and dependencies,
Steven_Shaw <=