[Build] Keep TLINK from accidentally creating 1.MAP on every build

This commit is contained in:
nmlgc 2017-03-10 20:46:00 +01:00
parent 4ddd9e1377
commit 1f752d739d
1 changed files with 2 additions and 2 deletions

View File

@ -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