[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: System deployment question
- From: Steve Heller <steve@...>
- Date: Tue, 25 Sep 2007 20:01:32 -0500
On Tue, 25 Sep 2007 20:07:45 -0300, Luiz Henrique de Figueiredo
<[email protected]> wrote:
>> Now we want to precompile the code instead of keeping it all as source.
>
>See http://lua-users.org/lists/lua-l/2007-05/msg00273.html
Thanks. I think we have solved the problem by compiling all the source
to "*.luc" files in the same directories as the .lua files, then
deleting the .lua files before deployment.
Steve