Paul Harris wrote:
> I would like to humbly disagree. I use VS 2008 at the moment. I will
> be looking to build on windows soon, so if I make a cmake setup,
> would you like me to contribute?
I'm not willing to maintain configuration for a build system I have no
clue about and that, in my opinion, is inferior to autotools. Jansson
also builds just fine on MinGW, so I still don't think that Windows
should have any more special treatment.
If the VS 2010 project files don't work on VS 2008, it's not hard to
create a project for VS 2008 by hand. Just include all the sources
under src/, jansson_config.h under win32/vs2010/, and use
src/jansson.def as the module-definition file for the linker.
Petri