Release test

This commit is contained in:
FlightControl_Master
2017-11-10 10:58:05 +01:00
parent 46e76a3833
commit 131db74630
25 changed files with 493 additions and 173 deletions

View File

@@ -50,7 +50,7 @@ while( MooseSource ) do
local MooseFilePath = MooseDevelopmentPath .. "/" .. MooseSource
if MooseDynamicStatic == "D" then
print( "Load dynamic: " .. MooseSource )
MooseFile:write( "__Moose.Include( __Moose.ProgramPath, '" .. MooseSource .. "' )\n" )
MooseFile:write( "MOOSE.Include( MOOSE.ProgramPath, '" .. MooseSource .. "' )\n" )
end
if MooseDynamicStatic == "S" then
print( "Load static: " .. MooseSource )