Re: [CMake] Generating CMake scripts from Visual Studio solutions projects?

2012-02-18 Thread Andreas Mohr
Hi, On Fri, Feb 17, 2012 at 12:00:10PM -0500, cmake-requ...@cmake.org wrote: Date: Fri, 17 Feb 2012 11:48:28 -0500 From: John Drescher dresche...@gmail.com Subject: Re: [CMake] Generating CMake scripts from Visual Studio solutions projects? To: Eric Noulard eric.noul...@gmail.com

Re: [CMake] Generating CMake scripts from Visual Studio solutions projects?

2012-02-18 Thread John Drescher
2+ years? That could easily end up like a Yugo vs. Porsche surprise ;) The original vcproj2cmake script was composed of 300 lines, and now the project is to the tune of around 4000 lines. I have a lot of 5 to 15 year old MFC code(applications, dlls, static libraries) that I would like to

[CMake] Generating CMake scripts from Visual Studio solutions projects?

2012-02-17 Thread Robert Dailey
Is there a tool to do this? All I'm looking for is something to generate a first, basic pass of the script. Doesn't have to be pretty, I just want the majority of the work to be automated. Preprocessor defines, compiler flags, include directories, dependencies, all of this should be generated in

Re: [CMake] Generating CMake scripts from Visual Studio solutions projects?

2012-02-17 Thread Eric Noulard
2012/2/17 Robert Dailey rcdai...@gmail.com: Is there a tool to do this? All I'm looking for is something to generate a first, basic pass of the script. Doesn't have to be pretty, I just want the majority of the work to be automated. Preprocessor defines, compiler flags, include directories,

Re: [CMake] Generating CMake scripts from Visual Studio solutions projects?

2012-02-17 Thread John Drescher
Did you try the tool listed in the Wiki http://www.cmake.org/Wiki/CMake#Visual_Studio I would be interested in if you get any of these to work well with non trivial projects. When I last looked at some of these (probably 2+ years ago so things may have changed) they did not work well with my

Re: [CMake] Generating CMake scripts from Visual Studio solutions projects?

2012-02-17 Thread aaron . meadows
...@cmake.org] On Behalf Of John Drescher Sent: Friday, February 17, 2012 10:48 AM To: Eric Noulard Cc: CMake ML Subject: Re: [CMake] Generating CMake scripts from Visual Studio solutions projects? Did you try the tool listed in the Wiki http://www.cmake.org/Wiki/CMake#Visual_Studio I would