make-w32
[Top][All Lists]
Advanced

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

Re: Re: Prerelease GNU Make 4.4.0.90 on Windows using tcc compiler


From: Paul Smith
Subject: Re: Re: Prerelease GNU Make 4.4.0.90 on Windows using tcc compiler
Date: Sun, 19 Feb 2023 09:08:06 -0500
User-agent: Evolution 3.46.4 (by Flathub.org)

On Mon, 2023-01-16 at 07:08 +0100, Christian Jullien wrote:
> No issue then with tcc, except this warning:
> In file included from src/w32/subproc/w32err.c:19:
> ./src/makeint.h:393: warning: WIN32_LEAN_AND_MEAN redefined
> 
> To fix it, you may want to add:
> # ifndef WIN32_LEAN_AND_MEAN
> #  define WIN32_LEAN_AND_MEAN
> # endif

I applied this change, thanks!



reply via email to

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