[wip] build raylib and raygui manually

This commit is contained in:
Fabien Freling 2023-10-15 23:05:24 +02:00 committed by Fabien Freling
parent a503e67eaf
commit 36eb4c57b7
14 changed files with 89 additions and 6312 deletions

5
3rd-party/Tupfile vendored Normal file
View file

@ -0,0 +1,5 @@
BDIR := ../build/raygui
: raygui.c |> clang -c %f -o %o -I../build/raylib/include -Iraygui/src |> $(BDIR)/%B.o
: *.o |> ar crs %o %f |> $(BDIR)/lib%B.a