Re: [AD] New shared object naming conventions |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-10-12, Ryan Patterson <cgamesplay@xxxxxxxxxx> wrote:
> The attached patch modifies allegro5-config to reflect the new shared
> object naming convention that I'm told by kazzmir we will be using.
> Note that the CMake files are still using the old naming convention.
>
> +# 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?
Peter