From dca8770533303cd1bb060bb93fa28e59e386af7b Mon Sep 17 00:00:00 2001 From: nmlgc Date: Mon, 19 Mar 2018 23:52:42 +0100 Subject: [PATCH] [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 --- build16b.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build16b.bat b/build16b.bat index 4e8d2c47..5c526fb4 100755 --- a/build16b.bat +++ b/build16b.bat @@ -12,7 +12,7 @@ tcc >NUL if errorlevel 9009 goto no_tcc if errorlevel 216 goto 64_bit -make +maker if errorlevel 9009 goto no_make if errorlevel 216 goto 64_bit goto eof @@ -28,7 +28,7 @@ goto tc4j_bin echo Could not find TLINK. goto tc4j_bin :no_make -echo Could not find MAKE. +echo Could not find MAKER. goto tc4j_bin :tc4j_bin echo Please make sure that the BIN directory of Turbo C++ 4.0J is in your PATH.