Update Moose_Create.lua

This commit is contained in:
Applevangelist 2021-10-28 15:39:57 +02:00 committed by GitHub
parent c3f7deb602
commit 801069f5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ print( "Commit Hash ID : " .. MooseCommitHash )
print( "Moose development path : " .. MooseDevelopmentPath )
print( "Moose setup path : " .. MooseSetupPath )
print( "Moose target path : " .. MooseTargetPath )
print( "isWidows : " .. isWindows)
print( "isWindows : " .. isWindows)
function PathConvert(splatnixPath)
@ -90,4 +90,4 @@ LoaderFile:close()
print("Moose include generation complete.")
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.")
end
end