summaryrefslogtreecommitdiffhomepage
path: root/projects/Geany/raylib_compile_sources.bat
diff options
context:
space:
mode:
authorRay <[email protected]>2019-02-12 12:18:01 +0100
committerRay <[email protected]>2019-02-12 12:18:01 +0100
commit944a388b1bfee6048528c29719c5a78d4888bfa5 (patch)
tree950e70cdb956484807b8221bddeabc51200858c5 /projects/Geany/raylib_compile_sources.bat
parente7466eb0c4d2337d939cc7149e4e0eb8d5effd68 (diff)
downloadraylib-944a388b1bfee6048528c29719c5a78d4888bfa5.tar.gz
raylib-944a388b1bfee6048528c29719c5a78d4888bfa5.zip
Include mini_al directly, no separate module
Diffstat (limited to 'projects/Geany/raylib_compile_sources.bat')
-rw-r--r--projects/Geany/raylib_compile_sources.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/Geany/raylib_compile_sources.bat b/projects/Geany/raylib_compile_sources.bat
index 708873c2..f0090990 100644
--- a/projects/Geany/raylib_compile_sources.bat
+++ b/projects/Geany/raylib_compile_sources.bat
@@ -24,13 +24,12 @@ 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 raudio.c -std=c99 -Wall -DPLATFORM_DESKTOP
-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 raudio.o mini_al.o utils.o
+ar rcs libraylib.a core.o rglfw.o shapes.o textures.o text.o models.o raudio.o utils.o
:: .
:: > Installing raylib library
:: -----------------------------