summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
AgeCommit message (Expand)Author
2021-06-30REVIEWED: emscripten versionsraysan5
2021-06-05Update Makefileraysan5
2021-05-22Update MakefileRay
2021-05-21Update version to 3.8-dev to note breaking changesraysan5
2021-04-05Update version to raylib 3.7raysan5
2021-04-02Update Makefileraysan5
2021-03-23Fix PATH for other PLATFORM_OS's (#1671)Davidson Francis
2021-03-19Removed trailing spacesRay
2021-03-17Update to latest emscriptenRay
2020-12-24Update Makefileraysan5
2020-12-23Review Android Makefiles to required versionraysan5
2020-09-27Platform DRM (#1388)kernelkinetic
2020-09-18Updated build script to generate .a on WebAssemblyraysan5
2020-09-18Updated library build script for HTML5 (emscripten 2.0.4)raysan5
2020-08-23Corrected compiling issueraysan5
2020-08-20Review compilation parameter for objective C code on GLFWraysan5
2020-08-20Minor tweak for consistencyraysan5
2020-08-20Avoid architecture selection on gcc, use correct gcc version insteadraysan5
2020-08-19Support externally provided library nameraysan5
2020-08-19Review Android arch names to lowercaseraysan5
2020-08-19Trying to configure android_native_app_glue target compilationraysan5
2020-08-19Update Makefileraysan5
2020-08-19Update Makefileraysan5
2020-08-19Update Makefileraysan5
2020-08-19Update Makefileraysan5
2020-08-19Trying to automate Android building...raysan5
2020-08-19Update Makefileraysan5
2020-08-19Add LDFLAGS when requiredraysan5
2020-08-19Update Makefileraysan5
2020-08-17Support multiple build architectures (x86, x64)raysan5
2020-08-17Improved Makefile clean on Windowsraysan5
2020-08-17Update Makefileraysan5
2020-08-17Update Makefileraysan5
2020-08-02Update Makefile for web (#1332)Rfaile313
2020-07-28Support pthreads on PLATFORM_WEB compilationraysan5
2020-07-14Update Makefile Androidraysan5
2020-07-14Update Makefile emsdk pathsraysan5
2020-05-31Fixing Android build from Linux. Letting ANDROID_NDK to be modified at compil...branlix3000
2020-04-07Review Android pieplineraysan5
2020-04-01Review shared library buildingraysan5
2020-03-28Revert "Update compilation warning flags (#1151)"raysan5
2020-03-26Update compilation warning flags (#1151)Dani Martin
2020-03-05Reviewed and Updated Android compilation scriptsRay
2020-02-22Update to latest emscripten toolchainRay
2020-02-22Update MakefileRay
2020-02-20Update Makefile paths to use emscripten upstreamRay
2020-02-19Update API versionRay
2020-02-18Fix #1103 (#1104)o3o
2019-11-24Review PR #1022raysan5
2019-11-15Fix Makefile missing X11 lib when building as a shared library on Linux. (#1018)JuDelCo