mirror of https://github.com/nmlgc/ReC98.git
[Build] Keep TLINK from accidentally creating 1.MAP on every build
This commit is contained in:
parent
4ddd9e1377
commit
1f752d739d
|
@ -4,11 +4,11 @@ echo If this fails or shows other weird behavior, run BUILD16B separately in DOS
|
|||
REM (Yes, we don't use %0%, as it actually has to be %0 on DOS. Just spelling
|
||||
REM out the name saves us that trouble.)
|
||||
|
||||
tlink 1>NUL 2>NUL
|
||||
tlink >NUL
|
||||
if errorlevel 9009 goto no_tlink
|
||||
if errorlevel 216 goto 64_bit
|
||||
|
||||
tcc 1>NUL 2>NUL
|
||||
tcc >NUL
|
||||
if errorlevel 9009 goto no_tcc
|
||||
if errorlevel 216 goto 64_bit
|
||||
|
||||
|
|
Loading…
Reference in New Issue