Closed Blady-Com closed 5 years ago
Sorry for the delay. Merged.
Remove SDL from #Include broke the Linux builds. I restored this, and I put #ifdef with operating system identifiers, including APPLE, so different operating systems will have the right paths. I have not tested the APPLE section as I do not have OSX.
Drop SDL directory from source code as it is included in sdl-config or pkg-config paths: $ pkg-config --cflags sdl -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/local/include/SDL $ sdl-config --cflags -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE (see mail exchange from the 30th of October'2017, Pascal)