Trying stuff out... Nothing more.

This commit is contained in:
FlightControl
2017-06-29 04:52:45 +02:00
parent 975566eb3c
commit a021967295
6 changed files with 88 additions and 69 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( '" .. MooseSource .. "' )\n" )
MooseFile:write( "__Moose.Include( __Moose.ProgramPath, '" .. MooseSource .. "' )\n" )
end
if MooseDynamicStatic == "S" then
print( "Load static: " .. MooseSource )