[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re[2]: [Tinycc-devel] conditional compilation?gcc or tcc compile wit
From: |
Ivo |
Subject: |
Re: Re[2]: [Tinycc-devel] conditional compilation?gcc or tcc compile without change in source code |
Date: |
Tue, 3 Oct 2006 13:26:47 +0200 |
User-agent: |
KMail/1.9.3 |
On Tuesday 03 October 2006 13:15, bj wrote:
> absolutely!!;-)
> it works, thanks Filip Navara. anyway Ivo i'll still make good use of yor
> code someday.
>
> On Tue, 03 Oct 2006 18:46:05 +0800, Filip Navara <address@hidden> wrote:
> > I guess using "#ifdef __TINYC__" in the sources is a tad bit easier
> > ;-)
> >
> > Filip
> >
I see. I misread your question. I thought you wanted to compile some sources
with gcc and others with tcc and link them together and control that from
within the source files instead of having separate build rules. Nevermind
me ;)
--Ivo