tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] tcc compilation on MSYS2


From: avih
Subject: Re: [Tinycc-devel] tcc compilation on MSYS2
Date: Sat, 21 May 2016 10:14:41 +0000 (UTC)

BTW, this is in line with the conventions at the Windows world, where WIN32 just means "Windows API" and is always defined when compiling for windows, and WIN64 means it's x86-64. See http://stackoverflow.com/a/6679774/3339341




On Saturday, May 21, 2016 12:49 PM, avih <address@hidden> wrote:


In my branch, CONFIG_WIN32 is defined both when compiling 32 and 64 bits, but CONFIG_WIN64 is defined only when building 64. I introduced it in this commit:

In one of your recent patches you added CONFIG_WIN, and I did not yet get the chance to test how it affects (or breaks) the build.


On Saturday, May 21, 2016 12:44 PM, Sergey Korshunoff <address@hidden> wrote:


> ifdef CONFIG_WIN32 > TCCFLAGS = -B$(top_srcdir)/win32 -I$(top_srcdir) -I$(top_srcdir)/include -L$(TOP) > endif

And where the case of CONFIG_WIN64?






reply via email to

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