mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +00:00
Trailing newline
This commit is contained in:
parent
9c763ae386
commit
fab957c609
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -28,4 +28,4 @@
|
||||
"command": "build.py --inspect-shim ${file} ${lineNumber}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -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()
|
||||
|
||||
2
build.py
2
build.py
@ -75,4 +75,4 @@ def require_original():
|
||||
|
||||
else:
|
||||
print("Build failed.")
|
||||
exit(1)
|
||||
exit(1)
|
||||
|
||||
@ -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.")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user