Added includes generation by genmodule that will use static inline function to call...
commit0e2dc5c4ade253a6dd3b50048495bcb372f21812
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 27 Mar 2011 19:16:06 +0000 (27 19:16 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 27 Mar 2011 19:16:06 +0000 (27 19:16 +0000)
treed6b3e86b18e9bbc35c439e8ebbec535ab63ab58b
parent6ff04236e6f653d51ea3f3c17fc2ff2ffeb2a1d3
Added includes generation by genmodule that will use static inline function to call function in a shared library.
This is now used by default; replacing the defines use before.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@37827 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
tools/genmodule/Makefile.deps
tools/genmodule/config.c
tools/genmodule/genmodule.c
tools/genmodule/genmodule.h
tools/genmodule/writeincinline.c [new file with mode: 0644]
tools/genmodule/writeincproto.c
tools/genmodule/writemakefile.c
tools/genmodule/writestubs.c