lua-users home
lua-l archive

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


Hey,


One can find here : http://github.com/ynezz/luace a port of lua for Windows CE. The main difference is (I think) the use of a file (luace.c) to provide some missing ANSI functions.

Would it be possible to add that file (and its header luace.h), and provide a way to (cross) compile it with cegcc (http://cegcc.sourceforge.net/) ? It would be less work, as it is a fork, for now. As cegcc is just a gcc the compilation is the same except that there is a "prefix" before the tools (gcc, ar, ranlib,strip, etc...)

thank you

Vincent Torri