I have successeful exe compilation via libtcc on x32 windows.
try such config.h
#define TCC_VERSION "0.9.25"
#define TCC_TARGET_PE 1
#define CONFIG_TCCDIR "."
//end of config.h

p.s. but x64 linux libtcc compilation will kill me :(

Mon, 15 Mar 2010 13:12:55 -0400 письмо от Eduardo Sorribas 
<[email protected]>:

> Hello TCC Developers.
> 
> I have a question related to libtcc, the static library that
> implements the Tiny C Compiler. I developed a program that uses libtcc
> to generate an executable. It worked just fine on Linux, however, when
> I tried to port the project to Windows (with the same code), libtcc
> doesn't generate a Windows executable, I was wondering if there is a
> specific way to do this on Windows. Thank you very much in advance.
> 
> Eduardo Sorribas.
> 
> 
> _______________________________________________
> Tinycc-devel mailing list
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/tinycc-devel
> 


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to