Open tingtron opened 1 year ago
I built PLASMA from source using tcc-busybox for win32 and a slightly changed makefile.
tcc-busybox
makefile
It built OK, but I had to make one more change:
strings.h
plasm.c
As I understand, strings.h is a legacy header from BSD, and all its functions have standard equivalents.
Attached:
It probably wasn't legacy when I started all this! I'll look into removing it and building on all my semi-modern systems.
I built PLASMA from source using
tcc-busybox
for win32 and a slightly changedmakefile
.It built OK, but I had to make one more change:
strings.h
include fromplasm.c
As I understand,
strings.h
is a legacy header from BSD, and all its functions have standard equivalents.Attached: