RE: Is there an #include equivalent in Lua (I do not mean require)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: Is there an #include equivalent in Lua (I do not mean require)
- From: Thijs Schreijer <thijs@...>
- Date: 2014年9月18日 16:37:03 +0000
> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of Tony Papadimitriou
> Sent: donderdag 18 september 2014 15:08
> To: Lua mailing list
> Subject: Is there an #include equivalent in Lua (I do not mean require)
>
> Hi all,
>
> How can one #include a bunch of files so that when compiled, a single
> self-contained executable is produced.
>
> 'require' does not qualify as equivalent because it needs to find the files
> at run-time.
>
> TIA
> Tony
>
And another one; http://lua-users.org/wiki/SimpleLuaPreprocessor
Iirc there even was one that packaged everything into an executable (unix I think) but couldn't find it just now.
Thijs