W.I.P AROS port of SDI examples
commitc0a1ef0896b0967a70333be51c2be1b1d5b1a32b
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 25 Aug 2014 22:44:47 +0000 (25 22:44 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 25 Aug 2014 22:44:47 +0000 (25 22:44 +0000)
treeaa812530c4466877f5712728d7fe5ec0575135d4
parent73df207e20567382c98b6a06c03d3586bd9ac724
W.I.P AROS port of SDI examples
Building the library fails with "U __INIT__symbol_set_handler_missing".

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49534 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
13 files changed:
test/sdi/SDI_lib.h
test/sdi/examples/hooks/mmakefile.src [new file with mode: 0644]
test/sdi/examples/libraries/example_lib.c
test/sdi/examples/libraries/example_libtest.c [new file with mode: 0644]
test/sdi/examples/libraries/example_linklib.c [new file with mode: 0644]
test/sdi/examples/libraries/include/clib/example_protos.h [new file with mode: 0644]
test/sdi/examples/libraries/include/defines/example.h [new file with mode: 0644]
test/sdi/examples/libraries/include/proto/example.h [new file with mode: 0644]
test/sdi/examples/libraries/mmakefile.src [new file with mode: 0644]
test/sdi/examples/libraries/sfd/buildheaders.sh [new file with mode: 0755]
test/sdi/examples/libraries/sfd/example [new file with mode: 0644]
test/sdi/examples/misc/mmakefile.src [new file with mode: 0644]
test/sdi/examples/varargs/mmakefile.src [new file with mode: 0644]