mirror of https://github.com/nmlgc/ReC98.git
[Build] Mention that Turbo C++ 4.0J must be placed into a legacy codepage path
MS-DOS Player translates long names to the 8.3 format via GetShortPathNameA(), but it fundamentally can't do Unicode. Part of P0284, funded by [Anonymous] and Blue Bolt.
This commit is contained in:
parent
fa5c820fbe
commit
f7b257aa61
|
@ -110,6 +110,9 @@ echo Could not find TLINK.
|
||||||
goto tc4j_bin
|
goto tc4j_bin
|
||||||
:tc4j_bin
|
:tc4j_bin
|
||||||
echo Please make sure that the BIN directory of Turbo C++ 4.0J is in your PATH.
|
echo Please make sure that the BIN directory of Turbo C++ 4.0J is in your PATH.
|
||||||
|
echo All components of its path must contain characters within your system's
|
||||||
|
echo *Current language for non-Unicode programs*, but can exceed the 8.3 DOS
|
||||||
|
echo limitation.
|
||||||
goto path
|
goto path
|
||||||
|
|
||||||
:path
|
:path
|
||||||
|
|
Loading…
Reference in New Issue