[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Precompile my Lua Library Code
- From: "Edward Mitchell" <emitchell@...>
- Date: Fri, 27 Apr 2007 16:39:11 -0400
Luis,
Looks like just what I need. I can compile srlua.exe and then give it the
bin2c.lua file to chew on which itself will chew on my +MyLibs.lua file to
produce an include with the characters for my library Lua code.
Thanks for the feedback.
Ed
"Luiz Henrique de Figueiredo" <lhf@tecgraf.puc-rio.br> wrote in message
20070427163840.A7113@lua.tecgraf.puc-rio.br">news:20070427163840.A7113@lua.tecgraf.puc-rio.br...
>> My wish would be for an executable that I can incorporate into a
>> VS.NET project that has an output file the dump(...) that BinTwoCee is
>> producing.
>
> Try my srlua:
> http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#srlua
>