diff options
| author | Fabio Mascarenhas <mascarenhas@lambda-2.local> | 2010-03-20 15:34:47 -0300 |
|---|---|---|
| committer | Fabio Mascarenhas <mascarenhas@lambda-2.local> | 2010-03-20 15:34:47 -0300 |
| commit | 23211617237d206f0efc677e625f3d03614550b5 (patch) | |
| tree | 65193d80d2a3cc25b9fa5d6fecd6024c5234f9a5 /lfw/luarocks_config.lua | |
| parent | 4558c76a2bb640790cb3d9e70e84569d193abe06 (diff) | |
| download | luarocks-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.lua | 10 |
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 @@ | |||
| 1 | local LFW_ROOT = config.LFW_ROOT | ||
| 2 | rocks_servers = { | ||
| 3 | [[http://luarocks.org/repositories/rocks]] | ||
| 4 | } | ||
| 5 | rocks_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 | } | ||
| 10 | variables.WRAPPER = LFW_ROOT..[[rclauncher.obj]] | ||
