lua-users home
lua-l archive

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


> Lua can be compiled without any modification on so many platforms,
> except WinCE.  But porting Lua to CE is very easy, only need a few
> precompile macro.  There is a porting for Lua 5.0 and I just ported
> Lua 5.1 to WinCE too.  How about supporting WinCE by the official
> version? so that when it upgrade, we don't need to port it again.

What are the "few precompile macro"?

-- Roberto