[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tweaking luac to compile all required .lua files
- From: <AllanPfalzgraf@...>
- Date: Tue, 29 Oct 2013 15:02:28 +0000
Allan Pfalzgraf
EATON
W126N7250 Flint Drive
Menomonee Falls, WI 53051
tel: 414 449-6872
fax: 414 449-6616
AllanPfalzgraf@eaton.com
www.Eaton.com <http://www.eaton.com/>
Message: 2
Date: Mon, 28 Oct 2013 20:05:24 -0200
From: Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>
Subject: Re: tweaking luac to compile all required .lua files
To: Lua mailing list <lua-l@lists.lua.org>
Message-ID: <20131028220524.GA21406@magritte.tecgraf.puc-rio.br>
Content-Type: text/plain; charset=us-ascii
> We would like to compile Lua scripts and all their 'required' .lua files into a single output file that would have no dependencies other than .dll files.
See these:
http://matthewwild.co.uk/projects/squish/home
http://loop.luaforge.net/release/preload.html
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.1/luac.lua
http://lua-users.org/lists/lua-l/2008-08/msg00092.html
******************************
Thanks for all the suggestions, I had the best results when using the http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.1/luac.lua approach.
Al