aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2016-07-22OS X comaptiblity changes and compiled librarysol-prog
2016-07-18Review outputs by platformraysan5
2016-07-18fix small things on 'src/' makefileLelixSuper
2016-07-17allow to compile shared version of raylibLelixSuper
2016-07-17fix 'external/stb_vorbis.c" compilationLelixSuper
2016-07-17restore the original method to compile all modulesLelixSuper
This commit restores the original method to compile all modules, but fix prerequisites.
2016-07-17add some explanation of makefile in 'src/'LelixSuper
2016-07-16fix small things on makefile of 'src/' folderLelixSuper
2016-07-16improve the compilation of all modulesLelixSuper
2016-07-16improve 'clean' target of 'src/' makefileLelixSuper
2016-07-16add 'install' and 'unistall' targetLelixSuper
The first target allow makefile to install the dev files (static library and header) to standard directories on GNU/Linux platforms; the second allow it to unistall (remove) the dev files. It needs lot of improvements.
2016-07-16restyle Makefile of 'src/' folder and fix targetsLelixSuper
2016-07-16Corrected bug on OpenGL 1.1raysan5
Set makefile to default OpenGL 3.3 compilation
2016-06-16Added support for OpenGL 2.1Ray
2016-06-07Converted GLAD to header onlyraysan5
2016-06-06Fix mistake in MakefileLelixSuper
2016-06-06Reorganize external libraries - BREAKING CHANGE -Ray
Moved all external libraries used by raylib to external folder inside raylib src. Makefile has already been update and also the different includes in raylib modules.
2016-06-01Ignore invalid warningraysan5
2016-04-06Fix Makefile filesLelixSuper
I've added .PHONY targets and fixed "clean" recipe.
2016-04-03Fix cleaning recipies for GNU/LinuxLelixSuper
2016-04-03Remove recipes of GLEW from Makefile (not used any more)LelixSuper
2016-03-12Raname all makefile files to "Makefile"LelixSuper
I've renamed all makefile files to "Makefile" because they appear in the first files.