Benjamin N. Summerton
ba32d6a753
Able to make a .dylib for OS X
vor 8 Jahren
Ray
8f569e59b1
Review shared library generation
vor 8 Jahren
Michael Vetter
6809380d3d
Accept external CFLAGS
Some distributions build the programs with a specific set of CFLAGS.
Lets allow that by adding raylibs flags.
vor 8 Jahren
Ray
413d059fd8
Some tweaks and additions
vor 8 Jahren
Ray
9b24120cd9
Updated libs
vor 8 Jahren
Ray
518bdfc134
Some work on Android build
vor 8 Jahren
Ray
93e2fd8ea1
Some tweaks
vor 8 Jahren
Ray
a522914183
Included required paths for web compilation
vor 8 Jahren
Ray
0ebd8b0f6e
Review Android compiling
vor 8 Jahren
Ray
73774aadd6
Review makefiles
vor 8 Jahren
RDR8
1bba1242f4
Added _DEFAULT_SOURCE to CFLAGS for C99 compatibility
vor 9 Jahren
RDR8
44de97ea16
Fine-tuning PLATFORM_WEB CFLAGS
vor 9 Jahren
RDR8
4889f240fe
Restore inadvertant changes to Makefiles
vor 9 Jahren
RDR8
ff44cb02e7
Always something
vor 9 Jahren
RDR8
9eaff6902f
Sweep blank lines
vor 9 Jahren
RDR8
f1bb245999
Strip trailing spaces
vor 9 Jahren
RDR8
e23c120c8b
Automate compiler flags selection.
vor 9 Jahren
RDR8
9875198a56
c99 fix, some linux housekeeping
vor 9 Jahren
Milan Nikolic
a1527f5620
Fix RPi build and add missing directories
vor 9 Jahren
Milan Nikolic
3c3a9318ff
Integrate Android build into Makefile
vor 9 Jahren
raysan5
f7b706263a
Some code tweaks
Correcting details that pop-up when testing the different platforms
vor 9 Jahren
raysan5
bee283b12b
Some tweaks around
vor 9 Jahren
raysan5
f18c8cea16
Updated to support OpenAL Soft static library
vor 9 Jahren
raysan5
1ffe713d93
Corrected bug
vor 9 Jahren
raysan5
3377a4485b
Support shared/dynamic raylib compilation
Generates:
Win32: raylib.dll, libraylibdll.a (import library)
Linux: libraylib.so
vor 9 Jahren
Ray
289e04a62a
Ported camera module to header-only
vor 9 Jahren
raysan5
3b80e2c1e0
Redesigned gestures module to header-only
vor 9 Jahren
LelixSuper
3d519c7a39
Fix install command of src/ makefile
vor 9 Jahren
sol-prog
32a671b9da
OS X comaptiblity changes and compiled library
vor 9 Jahren
raysan5
0e6b249260
Review outputs by platform
vor 9 Jahren
LelixSuper
de865a9b55
fix small things on 'src/' makefile
vor 9 Jahren
LelixSuper
ebfb1978b8
allow to compile shared version of raylib
vor 9 Jahren
LelixSuper
13c56887f1
fix 'external/stb_vorbis.c" compilation
vor 9 Jahren
LelixSuper
2272a4722f
restore the original method to compile all modules
This commit restores the original method to compile all modules, but fix
prerequisites.
vor 9 Jahren
LelixSuper
94a5fc5c2c
add some explanation of makefile in 'src/'
vor 9 Jahren
LelixSuper
d38fb9bda2
fix small things on makefile of 'src/' folder
vor 9 Jahren
LelixSuper
6efaa78058
improve the compilation of all modules
vor 9 Jahren
LelixSuper
e62c30c8b1
improve 'clean' target of 'src/' makefile
vor 9 Jahren
LelixSuper
6f335d2c9e
add 'install' and 'unistall' target
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.
vor 9 Jahren
LelixSuper
dbec22f2df
restyle Makefile of 'src/' folder and fix targets
vor 9 Jahren
raysan5
0fbd48a889
Corrected bug on OpenGL 1.1
Set makefile to default OpenGL 3.3 compilation
vor 9 Jahren
Ray
4df7a0f2f8
Added support for OpenGL 2.1
vor 9 Jahren
raysan5
058af472ea
Converted GLAD to header only
vor 9 Jahren
LelixSuper
302d84cedc
Fix mistake in Makefile
vor 9 Jahren
Ray
29d505c98e
Reorganize external libraries - BREAKING CHANGE -
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.
vor 9 Jahren
raysan5
3e88156817
Ignore invalid warning
vor 9 Jahren
LelixSuper
9361615786
Fix Makefile files
I've added .PHONY targets and fixed "clean" recipe.
vor 10 Jahren
LelixSuper
a04a7b6ea5
Fix cleaning recipies for GNU/Linux
vor 10 Jahren
LelixSuper
f2f4079411
Remove recipes of GLEW from Makefile (not used any more)
vor 10 Jahren
LelixSuper
2e3e62a413
Raname all makefile files to "Makefile"
I've renamed all makefile files to "Makefile" because they appear in the first files.
vor 10 Jahren