lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Jun 13, 2008 at 2:44 PM, RJP Computing <rjpcomputing@gmail.com> wrote:
> What if the Lua Binaries added the paths, that LfW (Lua for Windows)  uses,
> to their luaconf.h file.
>
> Paths:
> LUA_PATH
>        ;;?.lua;<lua_dir>\lualibs\?.lua;<lua_dir>\lualibs\?\init.lua
> LUA_CPATH

Alternatively, the whole thing would work out of the box without a
need for LUA_PATH if the directory was called 'lua' and not 'lualibs'
;)

steve d.