Re: [AD] New shared object naming conventions |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-10-15, Jon Rafkind <workmin@xxxxxxxxxx> wrote:
> Peter Wang wrote:
> >>
> >> +# Check argument sanity
> >> +if test "$lib_type" = "-profile" && test "$lib_linkage" = "-static"; then
> >> + echo "There is no static-linked profiling configuration." >&2
> >> + exit 1
> >> +fi
> >>
> >
> > Why is that there?
> >
> >
> There isn't profile-static yet in scons, but I can add it.
Yes, please do.
Peter