# create separate cflags/dflags for the binary and linklib. if the binary uses autoin...
commit23df77350e133b7bd63e3926711a4f2de41d2f34
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 24 Mar 2017 14:47:07 +0000 (24 14:47 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 24 Mar 2017 14:47:07 +0000 (24 14:47 +0000)
treea4c70e25f4a180eb9fcc7f6e90f3bc50bced2251
parentc1fc057e4379ab96765ab93841a1bf23915c8cf3
# create separate cflags/dflags for the binary and linklib. if the binary uses autoinit, define __<MODULENAME>_NOLIBBASE__
# fix the generation of the protos/inlines/defines so they get the correct base version to use.
N.B: this does not fix the per-task/opener case which is still broken.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54268 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
tools/genmodule/writeincdefines.c
tools/genmodule/writeincinline.c
tools/genmodule/writeincproto.c
tools/genmodule/writemakefile.c
tools/genmodule/writestubs.c