[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Current state of 5.1, and the PS2.
- From: Rici Lake <lua@...>
- Date: Fri, 3 Nov 2006 00:20:31 -0500
On 2-Nov-06, at 11:27 PM, Glenn Maynard wrote:
But the balance might be different if I was loading more libraries.
Yeah, I usually have quite a few more than that in any given project. I
build something a lot like the linit.c file with a script that looks
for definitions of luaopen_* functions, so that I can just use one line
to add the project. The script is run by make, and it's all a bit
kludgy, but it works out well for me.
Adding the package name is probably unnecessary, but I put it in anyway
in case some module I'm using which someone else wrote needs it. I've
yet to write a module which does, but a lot of mine do use the
callframe's function environment.
- References:
- Re: Current state of 5.1, and the PS2., Brian Weed
- Re: Current state of 5.1, and the PS2., Sam Roberts
- Re: Current state of 5.1, and the PS2., Glenn Maynard
- Re: Current state of 5.1, and the PS2., Rici Lake
- Re: Current state of 5.1, and the PS2., Glenn Maynard
- Re: Current state of 5.1, and the PS2., Rici Lake
- Re: Current state of 5.1, and the PS2., Glenn Maynard
- Re: Current state of 5.1, and the PS2., Rici Lake
- Re: Current state of 5.1, and the PS2., Glenn Maynard