summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
AgeCommit message (Collapse)Author
2017-10-22Update fileRay
2017-10-22Simplified desktop examples compilationRay
2017-10-20Merge pull request #369 from raysan5/developRay
Integrate Develop branch
2017-10-20Updated to latest library versionRay
2017-10-20Some examples code tweaksRay
2017-10-17Added new examples to build...Ray San
...and reviewed some details
2017-10-14Small tweak, remove tabsraysan5
2017-10-14Review Makefilesraysan5
2017-10-02Working on Makefiles...Ray San
2017-08-27CMake based build system.ASDF
Some people might find this handly
2017-08-24Added compiler flag...raysan5
...to avoid issue on Arch Linux
2017-07-21Update Makefile in `examples/`Benjamin Summerton
We need to grab the OS name before determining what the path should be.
2017-07-21Additional path checkraysan5
2017-07-02Review raylib path on rpiraysan5
2017-05-19Some tweaks and additionsRay
2017-05-16Some reviews for RPIRay
2017-05-11Some work on Android buildRay
2017-04-23Review Makefiles default raylib pathraysan5
2017-04-23Review game examples Makefilesraysan5
2017-04-21Small tweakRay
2017-04-17Review and recompile web examplesraysan5
2017-04-12PLATFORM_WEB cleanupRDR8
2017-04-12Added _DEFAULT_SOURCE to CFLAGS for C99 compatibilityRDR8
2017-04-08Working on examples...Ray
2017-04-08Support generic target compilationRay
2017-04-04Reorganize examples folderRay
2017-03-29Fine-tuning PLATFORM_WEB CFLAGSRDR8
2017-03-29Edit examples/Makefile PLATFORM_WEB CFLAGS to match src/MakefileRDR8
2017-03-29Restore inadvertant changes to MakefilesRDR8
2017-03-24Strip trailing spacesRDR8
2017-03-24Automate compiler flags selection.RDR8
2017-03-24c99 fix, some linux housekeepingRDR8
2017-02-28Update MakefileRay
2017-02-23Examples Linux Physics FixOdnetninI
According to Man Pages, timespec with std=c99 needs "_POSIX_C_SOURCE 199309L". Due a some kind of bug, "#define _POSIX_C_SOURCE 199309L" doesn't work, so we must use "-D_POSIX_C_SOURCE=199309L" in compiler options.
2017-02-11Corrected issue with OpenAL being 'keg only' on OSXraysan5
Also reviewed issue with stdbool when compiling with clang
2017-01-05Lattest PR reviewraysan5
Function names, code formatting...
2016-12-31Added RaycastGround and ray picking exampleJoel Davis
2016-11-22Added physics samples to makefileRay
2016-11-21Added new text sample: text_bmfont_unorderedraysan5
BMFont loading has been improved to support unordered chars and extended characters (up to 255)
2016-11-18Review examples and added new onesraysan5
2016-08-06Added example audio_raw_streamraysan5
2016-07-30Corrected bug on Linux linkingRay
2016-07-25Corrected issue with paths on RPIraysan5
2016-07-17Added new example to makefileraysan5
2016-07-12Corrected some issues on OpenGL ESraysan5
2016-06-30Updated examples and makefileRay
2016-06-27Review examples makefile for RPIraysan5
2016-06-09Updated to raylib 1.5Ray
2016-05-13Fix building examples on OSXChris Hemingway
2016-04-03Remove recipes of GLEW from Makefile (not used any more)LelixSuper