lua-users home
lua-l archive

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


My version of lua script for producing of self-contained executable
from set of lua scripts:

https://bitbucket.org/ltw/devenv/src/17c73b72fbac/lutils/meta

There I use simple technic providing require() functionality inside
the set of precompiled scripts.

I'm sorry about russian comments in my sources :)

--
Best regards,
Michael Machin (aka ltwood)
mailto:ltwood@gmail.com



2012/4/9 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
>> (I _suspect_ that such srlua-executables can be compressed with the UPX loader)
>
> Only if you glue scripts *after* upx'ing them.
>