I'm trying to build this on Visual Studio 2013. I set the include and library paths for ZLIB and TINYXML2 and generated the projects using cmake. When I try to build it, I get these errors:
1>------ Build started: Project: tmxparser, Configuration: Debug Win32 ------
2>------ Build started: Project: tmxparser_static, Configuration: Debug Win32 ------
1>cl : Command line error D8021: invalid numeric argument '/Werror=strict-prototypes'
2>cl : Command line error D8021: invalid numeric argument '/Werror=strict-prototypes'
3>cl : Command line error D8021: invalid numeric argument '/Werror'
5>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------
5>Project not selected to build for this solution configuration
========== Build: 1 succeeded, 3 failed, 1 up-to-date, 1 skipped ==========