Use stb_vorbis.h as header only
This commit is contained in:
parent
e48f2f9d43
commit
4ec4dc691f
12 changed files with 5120 additions and 5122 deletions
|
@ -24,13 +24,13 @@ gcc -O2 -c textures.c -std=c99 -Wall -DPLATFORM_DESKTOP
|
|||
gcc -O2 -c text.c -std=c99 -Wall -DPLATFORM_DESKTOP
|
||||
gcc -O2 -c models.c -std=c99 -Wall -DPLATFORM_DESKTOP
|
||||
gcc -O2 -c audio.c -std=c99 -Wall -DPLATFORM_DESKTOP
|
||||
gcc -O2 -c external/stb_vorbis.c -Wall -I.
|
||||
gcc -O2 -c external/mini_al.c -Wall -I.
|
||||
gcc -O2 -c utils.c -std=c99 -Wall -DPLATFORM_DESKTOP
|
||||
|
||||
:: .
|
||||
:: . > Generate raylib library
|
||||
:: ------------------------------
|
||||
ar rcs libraylib.a core.o rglfw.o shapes.o textures.o text.o models.o audio.o mini_al.o stb_vorbis.o utils.o
|
||||
ar rcs libraylib.a core.o rglfw.o shapes.o textures.o text.o models.o audio.o mini_al.o utils.o
|
||||
:: .
|
||||
:: > Installing raylib library
|
||||
:: -----------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue