summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
AgeCommit message (Collapse)Author
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-30Removed GLFW3 linking and added rglfwRay San
2017-10-30Review new build platform: FreeBSDRay
Corrected issue with RPI_CROSS_COMPILE
2017-10-28Added support FreeBSD for exampleMartinfx
2017-10-28Added support FreeBSDMartinfx
2017-10-22Added cross-compiler RPI libsRay
2017-10-20Updated release versions for raylib 1.8Ray San
2017-10-16Corrected issue with OpenAL Soft staticRay San
2017-10-14Small tweak, remove tabsraysan5
2017-10-14Review Makefilesraysan5
2017-10-11Updated compilation output pathsRay San
2017-10-04Keep working on Android shared libs...Ray San
2017-10-03Keep working on Makefiles...Ray San
2017-10-02Working on Makefiles...Ray San
2017-09-29Default to OpenAL static libRay
2017-09-29Added some compiler flags for AndroidRay San
2017-09-23Update Android libs and buildingRay
2017-08-27CMake based build system.ASDF
Some people might find this handly
2017-07-18Able to make a .dylib for OS XBenjamin N. Summerton
2017-07-17Review shared library generationRay
2017-05-29Accept external CFLAGSMichael Vetter
Some distributions build the programs with a specific set of CFLAGS. Lets allow that by adding raylibs flags.
2017-05-19Some tweaks and additionsRay
2017-05-18Updated libsRay
2017-05-11Some work on Android buildRay
2017-05-10Some tweaksRay
2017-05-08Included required paths for web compilationRay
2017-05-08Review Android compilingRay
2017-05-03Review makefilesRay
2017-04-12Added _DEFAULT_SOURCE to CFLAGS for C99 compatibilityRDR8
2017-03-29Fine-tuning PLATFORM_WEB CFLAGSRDR8
2017-03-29Restore inadvertant changes to MakefilesRDR8
2017-03-24Always somethingRDR8
2017-03-24Sweep blank linesRDR8
2017-03-24Strip trailing spacesRDR8
2017-03-24Automate compiler flags selection.RDR8
2017-03-24c99 fix, some linux housekeepingRDR8
2017-01-26Fix RPi build and add missing directoriesMilan Nikolic
2017-01-26Integrate Android build into MakefileMilan Nikolic
2016-11-18Some code tweaksraysan5
Correcting details that pop-up when testing the different platforms
2016-11-17Some tweaks aroundraysan5
2016-11-16Updated to support OpenAL Soft static libraryraysan5
2016-09-21Corrected bugraysan5
2016-08-13Support shared/dynamic raylib compilationraysan5
Generates: Win32: raylib.dll, libraylibdll.a (import library) Linux: libraylib.so
2016-08-10Ported camera module to header-onlyRay
2016-08-06Redesigned gestures module to header-onlyraysan5
2016-08-04Fix install command of src/ makefileLelixSuper
2016-07-22OS X comaptiblity changes and compiled librarysol-prog
2016-07-18Review outputs by platformraysan5
2016-07-18fix small things on 'src/' makefileLelixSuper