Hello! It's been a while and I wanted to try using Tilengine again with a more mature understanding of programming. However, being that I'm on Windows and I utilize the MSYS2 tools. (they provide UNIX-like programs and shells to give Windows program development a similar workflow to Linux) the C compiler is MinGW-w64 and thus different from the one with Visual Studio.
Unfortunately however, the Makefile in Tilengine does not support this kind of enviromment. I tried modifying it to add a 'MSYS2' target myself however the resulting library file seemed useless and didn't link correctly to anything. I'll try again soon but that's it for now.
Hello! It's been a while and I wanted to try using Tilengine again with a more mature understanding of programming. However, being that I'm on Windows and I utilize the MSYS2 tools. (they provide UNIX-like programs and shells to give Windows program development a similar workflow to Linux) the C compiler is MinGW-w64 and thus different from the one with Visual Studio.
Unfortunately however, the Makefile in Tilengine does not support this kind of enviromment. I tried modifying it to add a 'MSYS2' target myself however the resulting library file seemed useless and didn't link correctly to anything. I'll try again soon but that's it for now.