gsplus/src/tfe
Kelvin Sherlock e37e50affe cmake support.
cmake generates makefiles (or ninja file, xcode projects, etc) which are then built with make, ninja, xcode, etc.

usage:

make build # don't build in the source tree itself
cd build
cmake ../src/

then

make as usual.

It should work with OS X, Linux, and Win32 (tested on Windows with msys2 / mingw64, IIRC, using the win32 driver).

"make bundle" will run the OS X bundle utility to bundle up libraries.
2018-12-13 20:53:58 -05:00
..
CMakeLists.txt cmake support. 2018-12-13 20:53:58 -05:00
protos_tfe.h Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
tfe.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
tfe.vcxproj uhm 2016-02-07 23:01:25 -06:00
tfe.vcxproj.filters uhm 2016-02-07 23:01:25 -06:00
tfearch.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
tfesupp.c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
tfesupp.h initial commit 2015-11-05 14:23:46 -06:00
types.h initial commit 2015-11-05 14:23:46 -06:00