Changed the name from bz2.library to bz2_au.library so
commit780e8cfd6aadd9c8cc6aeb1b28ddfa5320715ab7
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 16 May 2012 12:21:44 +0000 (16 12:21 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 16 May 2012 12:21:44 +0000 (16 12:21 +0000)
treeb12b7bab4f0ea0c87413c4c2be4e56c972f920d7
parent6a20bb76c790ffbe7719fe562d6529935752f31f
Changed the name from bz2.library to bz2_au.library so
that we don't collide with any existing library.
Note that the name of the auto-open linker library is still libbz2.a.

Removed all register specification from the *.conf file so that we
now have only stack calling.

Adapted the include headers to the new name.

Added a simple test.

Let C:Unpack use the renamed library.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44823 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/include/bzlib.h
compiler/include/libraries/bz2_au.h [moved from compiler/include/libraries/bz2.h with 100% similarity]
test/bz2/mmakefile.src [new file with mode: 0644]
test/bz2/version.c [new file with mode: 0644]
workbench/c/Unpack/mmakefile.src
workbench/c/Unpack/unpack.c
workbench/libs/bz2/bz2.conf [deleted file]
workbench/libs/bz2/bz2_au.conf [new file with mode: 0644]
workbench/libs/bz2/mmakefile.src