Hi Martin, > Let me summarise. > > The problem we are solving is that MSVC2008 project doesn't convert > seamlessly into MSVC2010 project (some directory setting is broken in > the provess IIRC). > > The solution so far seems to be to discard the MSVC build system, > replace it by CMake build system, then bundle CMake with libzmq and make > the whole bunch work together. > > My question thus is: Isn't there an easier way to solve the problem? > Like, say, abandoning MSVC2008 and requiring MSVC2010 to build libzmq?
just to play a little with this thought, what about this: Official support for CMake and MSVC2010. People needing to build with VC08 would then have to use the CMake structure, but it still is supported somehow. You'd get support for Eclipse, KDevelop, ... for free within the CMake structure. just my 2c, Andreas _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
