From f4c9691ef58b199d735ae36391fbf1b13fcf0a66 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Mon, 3 Oct 2016 00:38:02 +0300 Subject: [PATCH] fix watcom check WATCOM var may be defined in autoexec.bat, but this doesn't mean the user wants to build with watcom. Check the COMPILER="WATCOM" instead. --- buildall.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildall.bat b/buildall.bat index c73f542..4422b30 100644 --- a/buildall.bat +++ b/buildall.bat @@ -47,7 +47,7 @@ call build -r tc 86 fat32 :***** (Open) Watcom kernels -if "%WATCOM%" == "" goto no_wc +if not "%COMPILER%" == "WATCOM" goto no_wc call build -r wc 386 fat32 %ONERROR% call build -r wc 386 fat16