[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 2caf72a195
14 changed files with 87 additions and 6312 deletions

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

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