build raylib and raygui manually
This commit is contained in:
parent
ba3836fbfb
commit
3e52a42d88
15 changed files with 93 additions and 6384 deletions
5
3rd-party/Tupfile
vendored
Normal file
5
3rd-party/Tupfile
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
BDIR := ../build/raygui
|
||||
|
||||
: raygui.c |> clang -c %f -o %o -I../build/raylib/include -Iraygui/src |> $(BDIR)/%B.o
|
||||
: $(BDIR)/*.o |> ar crs %o %f |> $(BDIR)/libraygui.a
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue