raylib/src
Michael Vetter 567831a693 Allow static/dynamic library building with meson
Using the library() function instead of shared_library() allows changing
of the library type via the default_library option.
This allows for easy change between static and dynamic library building.

Use 'meson --default-library=static builddir' to build as static, if no builddir yet exists.
Use 'mesonconf -Ddefault_library=static builddir' to change the type for
an existing builddir.
2017-06-05 14:35:44 +02:00
..
external Review gif recording (simplified) 2017-05-27 14:40:05 +02:00
audio.c Reviewed some comments... 2017-05-14 18:32:47 +02:00
audio.h Added IsFileExtension() 2017-03-29 00:35:42 +02:00
camera.h Some comment tweaks 2017-05-08 21:16:46 +02:00
core.c Review gif recording (simplified) 2017-05-27 14:40:05 +02:00
easings.h Working on file header comments... 2017-03-19 12:52:58 +01:00
gestures.h Added Vector2 math functions 2017-04-16 13:48:46 +02:00
Makefile Accept external CFLAGS 2017-05-29 19:00:53 +02:00
meson.build Allow static/dynamic library building with meson 2017-06-05 14:35:44 +02:00
models.c Renamed RayHitInfo variables 2017-05-10 00:57:48 +02:00
physac.h Some reviews for RPI 2017-05-16 15:23:01 +02:00
raylib.h Comments tweaks 2017-05-17 00:33:40 +02:00
raymath.h Return angles as degrees 2017-05-04 17:41:51 +02:00
resources Renamed file (issues with Makefile) 2017-05-22 20:47:17 +02:00
rlgl.c Some tweaks 2017-05-10 19:37:48 +02:00
rlgl.h Support HDR R32G32B32 float textures loading 2017-05-08 12:31:47 +02:00
rres.h Review some comments 2017-03-20 20:34:44 +01:00
shader_distortion.h Updated for GLSL 100 2016-07-12 17:10:44 +02:00
shapes.c Review some comments 2017-03-20 20:34:44 +01:00
text.c Corrected issue #281 2017-05-09 09:33:32 +02:00
textures.c Some tweaks 2017-05-10 19:37:48 +02:00
utils.c Corrected TraceLog issue 2017-04-01 00:48:40 +02:00
utils.h Make TraceLog() public to the API 2017-04-21 00:08:00 +02:00