Re: System deployment question
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: System deployment question
- From: Steve Heller <steve@...>
- Date: 2007年9月25日 20:01:32 -0500
On 2007年9月25日 20:07:45 -0300, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> 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