views:

55

answers:

0

Hi All,

I've been playing with CMake today, and so far it has been working great. Our project consists of +100 Visual Studio 2003 projects; we want to move to VS2008 and eventually VS2010 and also to support makefile build system (and maybe also Eclipse CDT)... so defining our projects with a CMake configuration files and generating project files and makefiles seems like a possible way to go.

However, we have a large number of OCXs, and I have not been able to find any examples of this. Does anyone know of a project building OCXs with CMake?

Thanks! - Josh