lua-users home
lua-l archive

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


On Tue, Nov 16, 2004 at 10:24:55PM +0200, Ivan Kolev wrote:
> And what about glueing several Lua modules together into a common .exe? How would they find and load each other?

If you want to load and run all at once, precompile them with luac and glue
the output of luac.

> And what about compressing them into a .zip file and attaching that file to the exe? Maybe http://luaforge.net/projects/luazip/ would help here?

Yes, it can be done. But I have slightly different plans in that direction...
(Though not much time to do it. Of course, anyone is welcome to do it.)
--lhf