[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua 5.2 : merging lua for Windows CE/Mobile upstream
- From: Vincent Torri <vincent.torri@...>
- Date: Sun, 21 Mar 2010 09:37:25 +0100
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