move common util fcts to /common to avoid common files (e.g. crc) to depend on non-common files

This commit is contained in:
Philippe Teuwen
2019-04-16 23:02:40 +02:00
parent 8b99df9074
commit 4eaa2fc5aa
19 changed files with 155 additions and 209 deletions

View File

@@ -157,6 +157,7 @@ THUMBSRC = start.c \
$(SRC_FPC) \
appmain.c \
printf.c \
commonutil.c \
util.c \
string.c \
BigBuf.c \