raylib/src
Peter0x44 81cced4d83
Fix make clean target failing when shell is not cmd (#2338)
GNU make on Windows first tries to find sh.exe on the path,
and will execute build rules using it if it is present.
The make clean target uses the builtin cmd.exe command del, which
won't work under sh.exe

The reason this is not done for the entire Makefile is because it would
break cross-compilation of raylib.
2022-02-10 20:52:34 +01:00
..
external Fix Undefined Symbol _ftelli64 (#2319) 2022-02-03 12:00:33 +01:00
extras Fix typo in comment: s/simluate/simulate/ (#2277) 2022-01-11 09:04:09 +01:00
build.zig Add BSD support for zig builds (#2332) 2022-02-09 08:23:14 +01:00
CMakeLists.txt Make audio examples compile with external glfw on Linux (#2329) 2022-02-05 13:33:05 +01:00
config.h Re-enable QOI support (#2236) 2021-12-21 14:42:27 +01:00
Makefile Fix make clean target failing when shell is not cmd (#2338) 2022-02-10 20:52:34 +01:00
minshell.html Update minshell.html 2022-01-25 14:04:55 +01:00
raudio.c Review formating 2022-01-16 17:16:04 +01:00
raudio.h Add panning to raudio and update audio_raw_stream example. (#2205) 2022-01-16 12:49:58 +01:00
raylib.dll.rc Update year to 2022 2021-12-31 20:06:22 +01:00
raylib.dll.rc.data UPDATED: raylib resource files 2021-09-23 20:53:31 +02:00
raylib.h Minor tweak 2022-01-28 21:25:40 +01:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Update year to 2022 2021-12-31 20:06:22 +01:00
raylib.rc.data UPDATED: raylib resource files 2021-09-23 20:53:31 +02:00
raymath.h simplify QuaternionInvert (#2324) 2022-01-31 09:39:21 +01:00
rcamera.h Update year to 2022 2021-12-31 20:06:22 +01:00
rcore.c RENAMED: GetFileSize() to GetFileLength() 2022-01-28 00:23:28 +01:00
rgestures.h Update year to 2022 2021-12-31 20:06:22 +01:00
rglfw.c Update year to 2022 2021-12-31 20:06:22 +01:00
rlgl.h Minor tweak 2022-01-28 21:25:40 +01:00
rmodels.c fix: material color won't be loaded if there's no texture for that material (#2298) 2022-01-21 12:52:07 +01:00
rshapes.c Update year to 2022 2021-12-31 20:06:22 +01:00
rtext.c Add DrawTextCodepoints (#2308) 2022-01-26 12:55:34 +01:00
rtextures.c Support export .jpeg files 2022-01-26 11:30:38 +01:00
shell.html Added minimal web shell 2022-01-10 22:31:30 +01:00
utils.c Update year to 2022 2021-12-31 20:06:22 +01:00
utils.h Update year to 2022 2021-12-31 20:06:22 +01:00