| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Some people might find this handly
|
|
|
|
|
|
Some distributions build the programs with a specific set of CFLAGS.
Lets allow that by adding raylibs flags.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Correcting details that pop-up when testing the different platforms
|
|
|
|
|
|
|
|
Generates:
Win32: raylib.dll, libraylibdll.a (import library)
Linux: libraylib.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit restores the original method to compile all modules, but fix
prerequisites.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Set makefile to default OpenGL 3.3 compilation
|
|
|
|
|
|
|