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 09:49:26 +0000 (UTC)

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:
https://github.com/avih/tinycc/commit/1f30de6

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]