Re: [CMake] CMake & GCC on Windows

2009-07-20 Thread Alexander Neundorf
On Monday 20 July 2009, Robert Dailey wrote: > On Mon, Jul 20, 2009 at 11:16 AM, John Drescher wrote: > > On Mon, Jul 20, 2009 at 12:05 PM, Robert Dailey wrote: > > > Thanks for the response Bill. > > > I guess I could always use CodeBlocks & MinGW. > > > Sincerely, > > > Robert Dailey > > > > How

Re: [CMake] CMake & GCC on Windows

2009-07-20 Thread Michael Jackson
On Jul 20, 2009, at 12:25 PM, Robert Dailey wrote: On Mon, Jul 20, 2009 at 11:16 AM, John Drescher wrote: On Mon, Jul 20, 2009 at 12:05 PM, Robert Dailey wrote: > Thanks for the response Bill. > I guess I could always use CodeBlocks & MinGW. > Sincerely, > Robert Dailey > How about a singl

Re: [CMake] CMake & GCC on Windows

2009-07-20 Thread Robert Dailey
On Mon, Jul 20, 2009 at 11:16 AM, John Drescher wrote: > On Mon, Jul 20, 2009 at 12:05 PM, Robert Dailey wrote: > > Thanks for the response Bill. > > I guess I could always use CodeBlocks & MinGW. > > Sincerely, > > Robert Dailey > > > > How about a single source folder that is shared between two

Re: [CMake] CMake & GCC on Windows

2009-07-20 Thread John Drescher
On Mon, Jul 20, 2009 at 12:05 PM, Robert Dailey wrote: > Thanks for the response Bill. > I guess I could always use CodeBlocks & MinGW. > Sincerely, > Robert Dailey > How about a single source folder that is shared between two binary out of source builds. One for Visual Studio and the second for C

Re: [CMake] CMake & GCC on Windows

2009-07-20 Thread Robert Dailey
Thanks for the response Bill. I guess I could always use CodeBlocks & MinGW. Sincerely, Robert Dailey On Mon, Jul 20, 2009 at 10:47 AM, Bill Hoffman wrote: > Robert Dailey wrote: > >> Hello, >> >> I was wondering if it is possible to generate Visual Studio projects with >> CMake that utilizes t

Re: [CMake] CMake & GCC on Windows

2009-07-20 Thread Bill Hoffman
Robert Dailey wrote: Hello, I was wondering if it is possible to generate Visual Studio projects with CMake that utilizes the GCC compiler instead of MSVC? I guess this would technically be considered a cross-compiling setup, right? If this is possible, how could I go about setting this up? T

[CMake] CMake & GCC on Windows

2009-07-20 Thread Robert Dailey
Hello, I was wondering if it is possible to generate Visual Studio projects with CMake that utilizes the GCC compiler instead of MSVC? I guess this would technically be considered a cross-compiling setup, right? If this is possible, how could I go about setting this up? The reason why I want to do