Skip to content

Commit a226c55

Browse files
committed
Fix build
1 parent 4dfad47 commit a226c55

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

setenv.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,10 @@ set CKB_OS2_COMPATIBLE=no
609609

610610
wcc386 . <nul >nul 2>&1
611611
if %errorlevel% == 0 goto :watcomc
612+
613+
echo Compiler:
614+
cl 2>&1 | findstr /C:"Version"
615+
612616
cl 2>&1 | findstr /C:"Version 19.4" > nul
613617
if %errorlevel% == 0 goto :vc144
614618
cl 2>&1 | findstr /C:"Version 19.3" > nul
@@ -945,6 +949,8 @@ REM requires Windows NT 3.5x or 4.0 (2000 and newer are unsupported)
945949
:unsupported
946950
echo.
947951
echo -- Unsupported compiler: %CK_COMPILER_NAME% --
952+
echo Compiler:
953+
cl 2>&1 | findstr /C:"Version"
948954
echo Kermit 95 has not been tested with this compiler and may not build.
949955
echo.
950956
goto :cvcend

0 commit comments

Comments
 (0)