[Build] Use Borland's real-mode MAKER.EXE

DOSBox-X seems to have some problems with it, or maybe that's just me
having configured something wrong. In any case, it's not like we need
that extra memory, so removing the need for the DPMI driver removes
one more potential source of problems.

Oh, and it has always been part of the devkit. :P
This commit is contained in:
nmlgc 2018-03-19 23:52:42 +01:00
parent 0fe6416a77
commit dca8770533
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ tcc >NUL
if errorlevel 9009 goto no_tcc if errorlevel 9009 goto no_tcc
if errorlevel 216 goto 64_bit if errorlevel 216 goto 64_bit
make maker
if errorlevel 9009 goto no_make if errorlevel 9009 goto no_make
if errorlevel 216 goto 64_bit if errorlevel 216 goto 64_bit
goto eof goto eof
@ -28,7 +28,7 @@ goto tc4j_bin
echo Could not find TLINK. echo Could not find TLINK.
goto tc4j_bin goto tc4j_bin
:no_make :no_make
echo Could not find MAKE. echo Could not find MAKER.
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.