mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Moose_Create.lua
This commit is contained in:
@@ -15,7 +15,7 @@ print( "Commit Hash ID : " .. MooseCommitHash )
|
|||||||
print( "Moose development path : " .. MooseDevelopmentPath )
|
print( "Moose development path : " .. MooseDevelopmentPath )
|
||||||
print( "Moose setup path : " .. MooseSetupPath )
|
print( "Moose setup path : " .. MooseSetupPath )
|
||||||
print( "Moose target path : " .. MooseTargetPath )
|
print( "Moose target path : " .. MooseTargetPath )
|
||||||
print( "isWidows : " .. isWindows)
|
print( "isWindows : " .. isWindows)
|
||||||
|
|
||||||
|
|
||||||
function PathConvert(splatnixPath)
|
function PathConvert(splatnixPath)
|
||||||
@@ -90,4 +90,4 @@ LoaderFile:close()
|
|||||||
print("Moose include generation complete.")
|
print("Moose include generation complete.")
|
||||||
if MooseDynamicStatic == "D" then
|
if MooseDynamicStatic == "D" then
|
||||||
print("To enable dynamic moose loading, add a soft or hard link from \"<YOUR_DCS_INSTALL_DIRECTORY>\\Scripts\\Moose\" to the \"Moose Development\\Moose\" subdirectory of the Moose_Framework repository.")
|
print("To enable dynamic moose loading, add a soft or hard link from \"<YOUR_DCS_INSTALL_DIRECTORY>\\Scripts\\Moose\" to the \"Moose Development\\Moose\" subdirectory of the Moose_Framework repository.")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user