tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] ARM PE CeGCC compability


From: Timo Lähde
Subject: [Tinycc-devel] ARM PE CeGCC compability
Date: Tue, 20 Apr 2010 22:47:49 +0300

If we want some CeGCC compability.

To libtc.c:

#if defined TCC_TARGET_PE && defined(TCC_TARGET_ARM)
    tcc_define_symbol(s, "ARM", NULL);
    tcc_define_symbol(s, "_M_ARM", NULL);
    tcc_define_symbol(s, "UNDER_CE", NULL);
    tcc_define_symbol(s, "UNICODE", NULL);
    tcc_define_symbol(s, "_UNICODE", NULL);
#endif

Then perhaps mingw w32api includefiles may work ?

-- Timppa




reply via email to

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