new: implement more pool stuff, start working on package functions

This commit is contained in:
ngn
2024-06-26 22:33:20 +03:00
parent 92bc029d0a
commit 6ef1bf0b12
22 changed files with 947 additions and 563 deletions

View File

@ -20,7 +20,9 @@ dist/libmp.so: $(OBJS)
$(CC) -shared -o $@ $^ $(LIBS) $(CFLAGS)
dist/%.o: src/%.c
mkdir -p dist
mkdir -p dist/pkg
mkdir -p dist/mptp
mkdir -p dist/pool
$(CC) -c -Wall -fPIC -o $@ $^ $(LIBS) $(CFLAGS) -DVERSION=\"${VERSION}\"
locale/%.mo: locale/%.po