From 1f752d739d82ca3c119847a08edd92b480a7e25a Mon Sep 17 00:00:00 2001 From: nmlgc Date: Fri, 10 Mar 2017 20:46:00 +0100 Subject: [PATCH] [Build] Keep TLINK from accidentally creating 1.MAP on every build --- build16b.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build16b.bat b/build16b.bat index 4320312b..4e8d2c47 100755 --- a/build16b.bat +++ b/build16b.bat @@ -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