despite this is done on feature/mingw some work issues other thing like fixing make install step or reviewing Max SDK serching
and since this branch build fine on Mingw-w64 / Mac OS and Linux, I think it can be safely merge.
Most changes in .cpp and .h are case fixing and indentation (automatically done by Sublime) and some changes in #if statement to better address Miningw (i.e. use #ifdef _MSC_VER instead of #ifdef TT_PLATFORM_WIN for MSVC specific piece of code).
despite this is done on feature/mingw some work issues other thing like fixing
make install
step or reviewing Max SDK serching and since this branch build fine on Mingw-w64 / Mac OS and Linux, I think it can be safely merge.Most changes in .cpp and .h are case fixing and indentation (automatically done by Sublime) and some changes in
#if
statement to better address Miningw (i.e. use#ifdef _MSC_VER
instead of#ifdef TT_PLATFORM_WIN
for MSVC specific piece of code).The rest are build system update.
Could anyone review that pull request ?