mirror of https://github.com/nmlgc/ReC98.git
[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:
parent
0fe6416a77
commit
dca8770533
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue