Trailing newline

This commit is contained in:
Mark Langen 2023-07-02 13:38:08 -07:00
parent 9c763ae386
commit fab957c609
4 changed files with 4 additions and 4 deletions

2
.vscode/tasks.json vendored
View File

@ -28,4 +28,4 @@
"command": "build.py --inspect-shim ${file} ${lineNumber}"
}
]
}
}

View File

@ -226,4 +226,4 @@ if (MSVC)
set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "/incremental:no")
set(CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO "/incremental:no /debug")
set(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL "/incremental:no")
endif()
endif()

View File

@ -75,4 +75,4 @@ def require_original():
else:
print("Build failed.")
exit(1)
exit(1)

View File

@ -72,4 +72,4 @@
pathlib.Path("original").mkdir(parents=True, exist_ok=True)
print("Please obtain a copy of the original game and place its "
"ISLE.EXE and LEGO1.DLL into the `original` folder if you plan "
"on contributing so that the assembly diff tools can compare against them.")
"on contributing so that the assembly diff tools can compare against them.")