Commit Graph

2 Commits

Author SHA1 Message Date
nmlgc 0310154789 [Maintenance] Commit .bat files with LF line endings, but check out as CRLF
Windows 9x requires CRLF for batch files to work at all. While Windows
XP and later appear to work with LF line endings, they introduce
devious glitches with certain commands:

	https://www.dostips.com/forum/viewtopic.php?t=8988

However, we still want to use LF endings in the repo to prevent the
annoying ^M whitespace errors.

Part of P0002, funded by GhostPhanom.
2024-06-24 00:21:11 +02:00
nmlgc 953e957f00 [Build] 32-bit: Fix tool checks and remove stderr redirection for Windows 9x
Containing ridiculous ERRORLEVEL hacks, because Windows 9x leaves it
untouched for nonexistent commands…

Part of P0001, funded by GhostPhanom.
2020-09-03 19:04:18 +02:00