raylib/src
Ahmad Fatoum 2981713e4f
CMake: accept standard -DBUILD_SHARED_LIBS as well
-DBUILD_SHARED_LIBS=OFF == -DSHARED=OFF -DSTATIC=ON
-DBUILD_SHARED_LIBS=ON  == -DSHARED=ON  -DSTATIC=OFF

Fixes #626.
2018-10-07 21:34:18 +02:00
..
external Update mini_al to v0.8.8 2018-09-14 12:47:31 +02:00
audio.c Support MP3 wave loading -NOT TESTED- 2018-09-19 15:57:46 +02:00
audio.h Force OpenAL backend on some platforms 2017-12-20 12:34:18 +01:00
camera.h Fix compiler warnings of lib 2018-08-05 23:53:34 +02:00
CMakeLists.txt CMake: suppress OpenGL deprecation warnings on macOS Mojave 2018-10-07 00:33:05 +02:00
CMakeOptions.txt CMake: accept standard -DBUILD_SHARED_LIBS as well 2018-10-07 21:34:18 +02:00
config.h Update version number (internally) 2018-10-01 15:29:34 +02:00
config.h.in Support image export 2018-09-17 17:06:58 +02:00
core.c core: workaround window not being rendered till moved on macOS Mojave 2018-10-07 02:14:30 +02:00
easings.h Working on file header comments... 2017-03-19 12:52:58 +01:00
gestures.h Redundant assignment of 'angle' to itself 2018-04-02 13:30:20 +02:00
Makefile Create release directory if not exist 2018-08-25 18:25:51 +02:00
models.c Improved data export capabilities! 2018-09-17 16:56:02 +02:00
physac.h Fix physac's fixed time step 2018-10-04 18:29:50 +02:00
raylib.h raylib.h: include <stdbool.h> if available 2018-10-07 00:39:51 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Updated icon data 2018-09-26 16:02:42 +02:00
raymath.h Merge pull request #641 from ChrisDill/master 2018-09-13 12:51:45 +02:00
rglfw.c Prevent GLFW changing working dir to 'Resources' 2018-07-29 18:38:31 +02:00
rlgl.h Support KXT image file export 2018-10-01 15:30:48 +02:00
shapes.c Review PR formatting 2018-08-14 09:57:31 +02:00
text.c Improved data export capabilities! 2018-09-17 16:56:02 +02:00
textures.c Review void pointer incrementation 2018-10-01 15:45:01 +02:00
utils.c Improved data export capabilities! 2018-09-17 16:56:02 +02:00
utils.h Improved data export capabilities! 2018-09-17 16:56:02 +02:00