From 9b6e7204f4090761ae05ed7f2f4a3d23304423c1 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 18 Aug 2019 16:22:58 -0700 Subject: [PATCH] Change include files to lowercase This enables it to be built with the current compiler and library. Update serial number to reflect the current date of this change. --- boothdye.inf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boothdye.inf b/boothdye.inf index f9622eb..86c10a6 100644 --- a/boothdye.inf +++ b/boothdye.inf @@ -5,12 +5,12 @@ Constant Headline "^This game is public domain^ Eric Schmidt ^"; Release 2; -Serial "345678"; +Serial "190818"; Constant MAX_SCORE = 20; -Include "Parser"; -Include "VerbLib"; +Include "parser"; +Include "verblib"; [ Initialise; location = field; @@ -141,7 +141,7 @@ Object -> sign "sign" has static supporter if (noun == booth) "That doesn't seem very realistic, does it?"; ]; -Include "Grammar"; +Include "grammar"; [PourSub; "You can't pour ", (the) noun, "."; -- 2.31.1