Change include files to lowercase
authorJason Self <j@jxself.org>
Sun, 18 Aug 2019 23:22:58 +0000 (16:22 -0700)
committerJason Self <j@jxself.org>
Sun, 18 Aug 2019 23:22:58 +0000 (16:22 -0700)
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

index f9622eb509f64e7f7f5ee2f42bd14f77dc81d9d4..86c10a67db4ccb11d82302474e02e0b926aa613e 100644 (file)
@@ -5,12 +5,12 @@ Constant Headline "^This game is public domain^
                    Eric Schmidt <eschimdt@@64safeaccess.com>^";
 
 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, ".";