Re: [AD] New shared object naming conventions |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Peter Wang wrote:
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 +fiWhy is that there?
There isn't profile-static yet in scons, but I can add it.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |