1 parent 4dfad47 commit a226c55Copy full SHA for a226c55
1 file changed
setenv.bat
@@ -609,6 +609,10 @@ set CKB_OS2_COMPATIBLE=no
609
610
wcc386 . <nul >nul 2>&1
611
if %errorlevel% == 0 goto :watcomc
612
+
613
+echo Compiler:
614
+cl 2>&1 | findstr /C:"Version"
615
616
cl 2>&1 | findstr /C:"Version 19.4" > nul
617
if %errorlevel% == 0 goto :vc144
618
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)
945
949
:unsupported
946
950
echo.
947
951
echo -- Unsupported compiler: %CK_COMPILER_NAME% --
952
953
948
954
echo Kermit 95 has not been tested with this compiler and may not build.
955
956
goto :cvcend
0 commit comments