summaryrefslogtreecommitdiffhomepage
path: root/projects/Geany
diff options
context:
space:
mode:
authorRay <[email protected]>2018-12-21 00:17:44 +0100
committerRay <[email protected]>2018-12-21 00:17:44 +0100
commit4ec4dc691f5a41ef85d8ee07295e897e368bc8c7 (patch)
tree8596e68ba633e779754bc128c56f894fcc7560ae /projects/Geany
parente48f2f9d43238293059b5c3ecec8e13eecc9a68b (diff)
downloadraylib-4ec4dc691f5a41ef85d8ee07295e897e368bc8c7.tar.gz
raylib-4ec4dc691f5a41ef85d8ee07295e897e368bc8c7.zip
Use stb_vorbis.h as header only
Diffstat (limited to 'projects/Geany')
-rw-r--r--projects/Geany/raylib_compile_sources.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/Geany/raylib_compile_sources.bat b/projects/Geany/raylib_compile_sources.bat
index 105857ef..8a5c1e7b 100644
--- a/projects/Geany/raylib_compile_sources.bat
+++ b/projects/Geany/raylib_compile_sources.bat
@@ -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
:: -----------------------------