From 23211617237d206f0efc677e625f3d03614550b5 Mon Sep 17 00:00:00 2001 From: Fabio Mascarenhas Date: Sat, 20 Mar 2010 15:34:47 -0300 Subject: files for Lua for Windows support --- lfw/lua/luarocks/config.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lfw/lua/luarocks/config.lua (limited to 'lfw/lua') diff --git a/lfw/lua/luarocks/config.lua b/lfw/lua/luarocks/config.lua new file mode 100644 index 00000000..fd0e2fb9 --- /dev/null +++ b/lfw/lua/luarocks/config.lua @@ -0,0 +1,16 @@ +local os = os + +module("luarocks.config") +LFW_ROOT = os.getenv("LUA_DEV") +LUA_INCDIR=LFW_ROOT..[[\include]] +LUA_LIBDIR=LFW_ROOT..[[\lib]] +LUA_BINDIR=LFW_ROOT +LUA_INTERPRETER=[[lua]] +LUAROCKS_UNAME_S=[[WindowsNT]] +LUAROCKS_UNAME_M=[[x86]] +LUAROCKS_SYSCONFIG=LFW_ROOT..[[\luarocks_config.lua]] +LUAROCKS_ROCKS_TREE=LFW_ROOT +LUAROCKS_PREFIX=LFW_ROOT +LUAROCKS_DOWNLOADER=[[wget]] +LUAROCKS_MD5CHECKER=[[md5sum]] + -- cgit v1.2.3-55-g6feb