On Thu, Jul 28, 2011 at 6:21 PM, Graham Perks <graham at kace.com> wrote: > Sadly nmake doesn't work with the makefiles. 'nmake install' immediately dies with > > install(2) : fatal error U1034: syntax error : separator missing The "NMake Makefiles" CMake generators will create makefiles that nmake can work with. Lukas