Why don’t you use mod surrounded by amalgamation technic?
I doubt someone protest if you ad few TCC_AMALGATION feature test to not
include files you’re already manually include.
#if !defined(TCC_AMALGATION)
#include “…”
#endif
My OpenLisp has such target which looks like:
AMALGAMATI
Hi,
I was very happy to find out that the mob branch of tcc is being updated
and seems to be working fine across linux and mac (where I tried so far).
I am just passing by to let you know I have forked tcc (mostly for fun),
but also to make changes in the direction of my own interest, which is
ha