[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: how to organize compiled lua files in a project?
- From: al_lea <abrash_han@...>
- Date: Sat, 9 Dec 2006 04:31:52 +0000 (UTC)
hi,
Is there some guide(or best practices) on how to organize the compiled lua files
in a project (to assure the 'require', 'dofile' still works after the files are
compiled) ?
I'm using lua5.1 and just figure out a compile like this:
luac5.1 -o somedir/foo.lua foo.lua
might work but looks confusing.
Thanks,
/al