tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] TinyCC-PE


From: tom
Subject: Re: [Tinycc-devel] TinyCC-PE
Date: Mon, 11 Apr 2005 12:41:50 -0400

Cool, I want use it on windows also.
Can I use the Visual Studio 6.0 to compile TCC?

Thanks.


----- Original Message ----- 
From: "Fabrice Bellard" <address@hidden>
To: <address@hidden>
Cc: <address@hidden>
Sent: Sunday, April 10, 2005 12:02 PM
Subject: Re: [Tinycc-devel] TinyCC-PE


> Hi,
>
> I find your work very interesting. I am going to try to merge your
> version in the TinyCC CVS. A new directory structure will be needed so
> that the same tree can be used on Linux and Windows.
>
> Fabrice.
>
> grischka wrote:
> > Hi,
> >
> > I lately started some experiments with TCC on Windows, and finally I got
> > it writing runnable exe's and also dll's.
> >
> > As to the original code there are not too much changes (I hope), maybe
> > to mention a #pragma pack(...), and also a __chkstk for the function
> > prologue when it has more than 4kb locals, well and a fix in macro_subst
> > (see below).
> >
> > So, if anyone is interested to check this out, I did put together a
package
> > including a binary compiler, some header files and 'tiny' library.
> >
> > http://grishka.port5.com/tccpe-0922.zip
> >
> > --- grischka
> >
> > /*----------------------------------*/
> > #define Q(msg)  msg
> > #define P Q
> > #define W P("world")
> > printf("hello %s!\n", W);
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Tinycc-devel mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/tinycc-devel
> >
> >
>
>
>
> _______________________________________________
> Tinycc-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/tinycc-devel





reply via email to

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