chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] platform auto-detection mechanism


From: Michele La Monaca
Subject: Re: [Chicken-hackers] [PATCH] platform auto-detection mechanism
Date: Thu, 7 Feb 2013 17:29:01 +0100

On Sun, Feb 3, 2013 at 10:02 PM, John Cowan <address@hidden> wrote:
> Michele La Monaca scripsit:
>
>> Incidentally a good reason not to rely on gcc to detect the platform.
>
> No autodetection will ever work with MSVC, for one might have both
> that and mingw installed in the same path.

Yes, sure. No autodetection can detect user's intentions if there are
alternatives. But I think that the specific case you raised (mingw and
MSVC both present) is easy to work out as my idea was to use the
native nmake for MSVC (even if it would mean a complete rewrite of the
build process). So make will continue to trigger mingw, while nmake
will trigger MSVC.

Regards,
Michele



reply via email to

[Prev in Thread] Current Thread [Next in Thread]