blob: 86de025345170c9fb15751ff844bfcd5a03e40ab (
plain)
1
2
3
4
5
6
7
8
9
10
|
local LFW_ROOT = config.LFW_ROOT
rocks_servers = {
[[http://luarocks.org/repositories/rocks]]
}
rocks_trees = {
{ root = LFW_ROOT, rocks_dir = LFW_ROOT..[[\rocks]],
bin_dir = LFW_ROOT..[[\utils]], lua_dir = LFW_ROOT..[[\lua]],
lib_dir = LFW_ROOT..[[\clibs]] }
}
variables.WRAPPER = LFW_ROOT..[[rclauncher.obj]]
|