summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
AgeCommit message (Collapse)Author
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-10-21Added multitouch exampleBerni8k
2018-07-21Review formattingraysan5
2018-07-21Support examples with Emterpreterraysan5
Examples can be compiled for web with no code change at all! Usually examples need to be refactored for web... using emscripten code interpreter (emterpreter), it can manage synchronous while() loops internally... as a downside, execution is very slow...
2018-07-21Looking for a place for raylib resource fileraysan5
2018-07-15Added new example: text_font_sdfRay
2018-06-23Added support OpenBSD, NetBSD, DragonFly[email protected]
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-11Review raylib version to 2.0Ray
Review raylib_icon resource
2018-04-10Updated release version1.9.7-devRay San
2018-02-24Update Makefiles. Enable example usage of staged libraylib.so.RDR8
2018-02-21Removed flag -fgnu89-inlineRay
2018-02-12Update MakefileRDR8
2018-02-12Update MakefileRDR8
2018-02-11Update Makefiles for Linux installation.RDR8
2018-01-15Reviewed Makefiles...-
- Renamed VERSION to RAYLIB_VERSION - Renamed API_VERSION to RAYLIB_API_VERSION - Renamed RAYLIB_RELEASE to RAYLIB_RELEASE_PATH - Support Web Assembly compilation on PLATFORM_WEB
2018-01-15Review Makefiles and templates-
2017-12-28Support Wayland display on Linux desktopraysan5
2017-12-28Review Makefile config flagsraysan5
Support external GLFW usage Renamed some flags for consistency
2017-12-23Fixed path for FreeBSDMartinfx
2017-12-09Added Wayland supportraysan5
Updated to latest GLFW library and working on Wayland support, still looking how to implement it on raylib because it just exposes PLATFORM_DESKTOP and defaults to X11 windowing system on Linux...
2017-12-05Removed OpenAL Soft dependency on buildingRay San
OpenAL Soft backend is still available in audio module, I'm thinking if exposing it for building in some way or just left it there for advance users to switch to it manually in case of necessity...
2017-11-21Merge pull request #389 from Martinfx/masterRay
Added clean to Makefile for FreeBSD
2017-11-21Added FreeBSD clean for MakefileMartinfx
2017-11-07Issue with libraries renamed on Raspbian StretchRay San
libEGL and libGLESv2 have been renamed on latest Raspbian Stretch version (also included on latest Jessie upgrade). It seems to be done to avoid conflicts between official Mesa libs and Broadcomm provided ones.
2017-10-30Review some issues, view descriptionRay San
- Review RPI compilation (core_drop_files not supported) - Review ImageFormat(), some issues - GetTextureData() reviewed for RPI
2017-10-30Added new example: text drawing on imageRay San
2017-10-28Removed commentMartinfx
2017-10-28Added support FreeBSD for exampleMartinfx
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