Self-recover for linux

Compile-time option SELF_RECOVER was implemented for Windows;
add it to unix systems too, with it being on by default when
compiling with the linux hints file.
This commit is contained in:
Pasi Kallinen
2024-02-08 11:34:55 +02:00
parent 5212e4b3db
commit b37f1408d8
4 changed files with 37 additions and 0 deletions

View File

@@ -2211,6 +2211,7 @@ sound: add 'qtsound' soundlib implementation for use on any platform
documentation: when building plain text Guidebook.txt from Guidebook.mn, avoid
attempting to use CR font; change doesn't affect building Guidebook.ps
which utilizes CR to get various instances of fixed-width text
Unix: implement SELF_RECOVER compile-time option, on by default on linux
General New Features