[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: MD5 in Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 25 Jun 2001 11:15:17 -0300
>1. An automatic static library inserter that adds the relevant lines to
>lua.c and lualib.h (or whatever) to add a new library to the lua binary
>statically.
In Lua 4.0, just add the relevant lines after "add your libraries here" in
lua.c.
In Lua 4.1, you'll be able to define LUA_USERINIT(L) as whatever you need.
(There's also a LUA_USERFINI.)
--lhf