lua-users home
lua-l archive

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


>From: Siome Klein Goldenstein <siome@gradient.cis.upenn.edu>
>
>It would be interesting to have a LTN 
>of how to, in a Makefile-like structure, get
>rid of the requirement of having the lua
>file hanging around with the executable.
>If I'm not mistaken tolua has that,  (it puts
>lua-bytecode in a char*  and then uses
>lua_dobuffer)

See lua/etc/bin2c.c
--lhf