From: David Griffith Date: Thu, 14 Apr 2022 04:06:56 +0000 (-0700) Subject: Added version requirement for KCC in Makefile.kcc. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=8c450fe12f2f42cfccc8269bac199da6d2d7f506;p=liskon_frotz.git Added version requirement for KCC in Makefile.kcc. --- diff --git a/Makefile.kcc b/Makefile.kcc index 3905152..3163ac4 100644 --- a/Makefile.kcc +++ b/Makefile.kcc @@ -1,5 +1,5 @@ # This file is used to build Frotz for TOPS20 using the KCC compiler. -# +# KCC-6.620(c2l3) is required. Other versions are untested. CC = cc