From: Jason Self Date: Sun, 18 Aug 2019 23:22:58 +0000 (-0700) Subject: Change include files to lowercase X-Git-Url: https://jxself.org/git/?p=boothdye.git;a=commitdiff_plain;h=9b6e7204f4090761ae05ed7f2f4a3d23304423c1 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. --- 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, ".";