kburtch / SparForte

Bourne shell, template engine, scripting language reliable, scalable projects. Based a ISO standard proven effective for large, mission-critical projects, SparForte is designed for fast development while, at the same time, providing easier designing, maintenance and bug removal. About 130.000 lines of code.
https://www.sparforte.com
GNU General Public License v2.0
50 stars 6 forks source link

Drop SDL directory from source code. #14

Closed Blady-Com closed 5 years ago

Blady-Com commented 6 years ago

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)

kburtch commented 5 years ago

Sorry for the delay. Merged.

kburtch commented 5 years ago

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.