mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
* Installs luarocks WITH it's executable (easy to install other rocks if necessary) * Use Lua supplied with luarocks * Create Utils/luadocumentor.bat, which works with RELATIVE PATH ! -> Everybody can generate the doc * Updated launch files accordingly
15 lines
357 B
Lua
15 lines
357 B
Lua
rocks_trees = {
|
|
home..[[/luarocks]],
|
|
{ name = [[user]],
|
|
root = home..[[/luarocks]],
|
|
},
|
|
{ name = [[system]],
|
|
root = [[C:/Users/Hugues/Documents/GitHub/MOOSE/Utils/luarocks\systree]],
|
|
},
|
|
}
|
|
variables = {
|
|
MSVCRT = 'MSVCR80',
|
|
LUALIB = 'lua5.1.lib'
|
|
}
|
|
verbose = false -- set to 'true' to enable verbose output
|