aboutsummaryrefslogtreecommitdiff
path: root/games/Makefile
AgeCommit message (Collapse)Author
2019-07-27#917 This commit changes the path to 'shell.html' in all Makefiles (#918)Antonio Radovcic
2019-06-09Update MakefileXiaochuanWang
corrected file location for "raylib.rc.data", which will cause an error during compilation
2019-05-29Define standard examples sizeRay
2019-05-22Update MakefileRay
2019-05-21Update MakefileRay
2019-05-21Review MakefilesRay
2019-04-07Happy new year 2019ChillerDragon
2018-11-19Review resources namingRay
raylib resource data file for Windows platform (containing raylib icon and metadata for executable file) has been renamed to a more consistent name: raylib.rc.data Also required to work with tcc compiler.
2018-07-21Review formattingraysan5
2018-07-21Looking for a place for raylib resource fileraysan5
2018-06-23Added support OpenBSD, NetBSD, DragonFlymaficccc@gmail.com
2018-05-29Reviewed Windows resource file nameRay
2018-05-12Makefile: Remove unnecessary -no-pie for older GCC supportAhmad Fatoum
Currently, if: * GCC doesn't supports -no-pie: Build error * GCC supports -no-pie * GCC is not configured with --enable-default-pie: No-op * GCC is configured with --enable-default-pie: Slightly worse performance because we still generate -fpie code (-pie affects linker, -fpie affects compiler) So instead of probing for existence of -fno-pie -no-pie, remove it altogether. Fixes #540: Build breakage on Debian 8 with gcc 4.9.
2018-05-11Updated raylib_icon resourceRay
2018-04-03Updated to latest raylib changesRay
Removed OpenAL and GLFW3 dependencies on building. Reviewed platforms and flags
2018-04-02Review games MakefileRay
2018-02-21Removed flag -fgnu89-inlineRay
2017-10-22Name tweakRay
2017-10-22Updated Makefile to support AndroidRay
2017-05-15Renamed fileRay