LuaToExe
Embedded a lua script in an executable without LUA DLL (one file)
Builds an executable containing all the files of a LUA application. This executable will be autonomous, it will include all the resources of the application. This program checks, compiles each LUA unit, searches for "require" and dependencies, it automatically includes the necessary modules. It can also integrate other types of files: DLL, Exe, images... The work is simplified by adding pre-compilation directives.