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
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
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
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
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
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
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