aboutsummaryrefslogtreecommitdiff
path: root/lfw/luarocks_config.lua
diff options
context:
space:
mode:
authorFabio Mascarenhas <mascarenhas@lambda-2.local>2010-03-20 15:34:47 -0300
committerFabio Mascarenhas <mascarenhas@lambda-2.local>2010-03-20 15:34:47 -0300
commit23211617237d206f0efc677e625f3d03614550b5 (patch)
tree65193d80d2a3cc25b9fa5d6fecd6024c5234f9a5 /lfw/luarocks_config.lua
parent4558c76a2bb640790cb3d9e70e84569d193abe06 (diff)
downloadluarocks-23211617237d206f0efc677e625f3d03614550b5.tar.gz
luarocks-23211617237d206f0efc677e625f3d03614550b5.tar.bz2
luarocks-23211617237d206f0efc677e625f3d03614550b5.zip
files for Lua for Windows support
Diffstat (limited to 'lfw/luarocks_config.lua')
-rw-r--r--lfw/luarocks_config.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/lfw/luarocks_config.lua b/lfw/luarocks_config.lua
new file mode 100644
index 00000000..86de0253
--- /dev/null
+++ b/lfw/luarocks_config.lua
@@ -0,0 +1,10 @@
1local LFW_ROOT = config.LFW_ROOT
2rocks_servers = {
3 [[http://luarocks.org/repositories/rocks]]
4}
5rocks_trees = {
6 { root = LFW_ROOT, rocks_dir = LFW_ROOT..[[\rocks]],
7 bin_dir = LFW_ROOT..[[\utils]], lua_dir = LFW_ROOT..[[\lua]],
8 lib_dir = LFW_ROOT..[[\clibs]] }
9}
10variables.WRAPPER = LFW_ROOT..[[rclauncher.obj]]