On Monday 26 November 2007, Jesse Corrington wrote: > Is there anyway to get CMake to generate visual studio 2005 project files > that will build for windows mobile 5 and 6?
Currently not, but it shouldn't be a lot of work. You need cmake cvs, probably a new Modules/Platform/WindowsMobile.cmake platform file and maybe a new WindowsMobile-cl.cmake compiler file, which will reuse a lot from Windows-cl.cmake. Please search the mailing list, there have been some posts, but nobody the actually did the work yet. Bye Alex _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
