New dynamic loader and adapted Moose.lua creation from Modules.lua in the MOOSE root directory.

This commit is contained in:
FlightControl
2018-12-28 09:29:33 +01:00
parent a33b7b2769
commit df6a10862e
4 changed files with 44 additions and 25 deletions

View File

@@ -10,9 +10,10 @@ print( "Moose (D)ynamic (S)tatic : " .. MooseDynamicStatic )
print( "Commit Hash ID : " .. MooseCommitHash )
print( "Moose development path : " .. MooseDevelopmentPath )
print( "Moose setup path : " .. MooseSetupPath )
print( "Moose target path : " .. MooseTargetPath )
local MooseModulesFilePath = MooseDevelopmentPath .. "/Modules.lua"
local LoaderFilePath = MooseSetupPath .. "/Moose.lua"
local LoaderFilePath = MooseTargetPath .. "/Moose.lua"
print( "Reading Moose source list : " .. MooseModulesFilePath )