Expat as shared library. Code taken from Fredrik Wikstroms diskimage.device
commit60774fd3fd32154242f37d0f40a3fc391e5e52df
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 12 May 2012 17:30:05 +0000 (12 17:30 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 12 May 2012 17:30:05 +0000 (12 17:30 +0000)
tree91e2718977622449b8f1f1eae0325dbf23222ba4
parent2ccf1765e4afa4267bdcee8a76e21ebee1a8b68c
Expat as shared library. Code taken from Fredrik Wikstroms diskimage.device
but built from a *.conf file.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44792 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
27 files changed:
compiler/include/expat.h [new file with mode: 0644]
compiler/include/libraries/expat.h [new file with mode: 0755]
workbench/libs/expat/COPYING [new file with mode: 0755]
workbench/libs/expat/expat.conf [new file with mode: 0644]
workbench/libs/expat/include/amigaconfig.h [new file with mode: 0755]
workbench/libs/expat/include/ascii.h [new file with mode: 0755]
workbench/libs/expat/include/asciitab.h [new file with mode: 0755]
workbench/libs/expat/include/expat.h [new file with mode: 0755]
workbench/libs/expat/include/expat_external.h [new file with mode: 0755]
workbench/libs/expat/include/iasciitab.h [new file with mode: 0755]
workbench/libs/expat/include/internal.h [new file with mode: 0755]
workbench/libs/expat/include/latin1tab.h [new file with mode: 0755]
workbench/libs/expat/include/nametab.h [new file with mode: 0755]
workbench/libs/expat/include/utf8tab.h [new file with mode: 0755]
workbench/libs/expat/include/xmlrole.h [new file with mode: 0755]
workbench/libs/expat/include/xmltok.h [new file with mode: 0755]
workbench/libs/expat/include/xmltok_impl.h [new file with mode: 0755]
workbench/libs/expat/init-aros.c [new file with mode: 0644]
workbench/libs/expat/malloc.c [new file with mode: 0755]
workbench/libs/expat/mmakefile.src [new file with mode: 0644]
workbench/libs/expat/semaphores.c [new file with mode: 0644]
workbench/libs/expat/support.h [new file with mode: 0644]
workbench/libs/expat/xmlparse.c [new file with mode: 0755]
workbench/libs/expat/xmlrole.c [new file with mode: 0755]
workbench/libs/expat/xmltok.c [new file with mode: 0755]
workbench/libs/expat/xmltok_impl.c [new file with mode: 0755]
workbench/libs/expat/xmltok_ns.c [new file with mode: 0755]